invoices
This query fetches a collection of invoices where the invoice date falls within the requested range. The query can be further refined through the use of QueryOptions to only fetch invoices that were created or modified (or both) within specified dates. Use filters.metadata to filter by stored customerMetadata entries.
invoices(
dateRange: DateRange
pagination: Pagination
options: QueryOptions
filters: InvoicesQueryFilters
): InvoiceData
Arguments
invoices.dateRange ● DateRange input
invoices.pagination ● Pagination input
invoices.options ● QueryOptions input
invoices.filters ● InvoicesQueryFilters input
Type
InvoiceData object
A collection of invoices and the associated pagination information.