List all invoices
Returns a paginated list of invoices with comprehensive filtering options including date ranges, customer, product, subscription, payment status, currency, price ranges, and more.
Query Parameters
ascdescpricedateboughtinvoice_idnameText search against invoice numbers, customer names, or product names
Start date for date range filter (ISO format or Unix timestamp)
End date for date range filter (ISO format or Unix timestamp)
Filter by customer UUID
Filter by client UUID (for agency/multi-client setups)
Filter by subscription UUID (for recurring invoices)
Filter by product UUID
Filter by warehouse/fulfillment location UUID
Filter by discount code UUID
Filter by shipping method UUID
Filter by domain/site UUID
Filter by payout batch UUID
Filter by digital asset UUID
Filter by website/storefront UUID
Filter by affiliate partner UUID
Filter by affiliate program UUID
Filter by public affiliate program UUID
Filter by instalment payment plan UUID
Include only orders currently being processed
Include only completed/historical orders
Include only invoices generated through affiliate sales
Filter by currency code
Minimum total amount filter
Maximum total amount filter
Filter by shipping status
enableddisabledFilter by payment status
paidunpaidFilter by payment gateway/method used
Additional data to include in each invoice object
Responses
Invoices retrieved successfully
Total number of invoices matching the query
Bad request. Possible error_code values:
| Code | Description |
|---|---|
1002 | ResourceNotFound |
Human-readable error message
Machine-readable error code
Missing or invalid API key