List invoice items
List invoice items filtered customer, location, type, status, or date range. Status and issue date filters match items connected to an invoice.
OAuth
Required scopes:invoices.readonly or invoicesAuthorizations
See our authentication documentation for how to authorize your requests
Headers
The id of the network. Required when using bearer token authentication
Query Parameters
Filter invoices created on or after this date (ISO 8601). Use with createDate[lte] for a range.
Filter invoices created on or before this date (ISO 8601). Use with createDate[gte] for a range.
UUID of the customer whose invoices to list.
Filter invoices issued on or after this date (ISO 8601). Use with issueDate[lte] for a range.
Filter invoices issued on or before this date (ISO 8601). Use with issueDate[gte] for a range.
Maximum number of invoices per page. Defaults to 25 when omitted or invalid; values above 100 are capped at 100.
1 <= x <= 100UUID of the location whose invoices to list.
Pagination token from nextPageToken in a previous response. Keep the same filters when fetching the next page.
Filter by invoice status. Comma-separated values, e.g. draft,issued.
Supported values:
- draft — created but not sent
- issued — sent to the customer but unpaid
- paid — fully paid
- voided — cancelled and no longer valid
Filter by invoice item type. Comma-separated values, e.g. custom,order.