Query for invoices
GET/api/v3/invoice
Filtering
Available query parameter values for filtering:
invoice_idrefnumbercustomer_idbill_stateship_statebill_countryship_countryinvoice_status_str- See the list of valid values belowinvoice_status_state- See the list of valid values belowpackage_tokenpackage_idinvoice_indexdatecurrency_idtokencustom_1custom_2custom_3subtotaltotalbalanceline_items.item_idline_items.custom_1line_items.custom_2line_items.custom_3line_items.item.categories.item_category_idtransaction.transaction_id- Get a list of invoices paid by this transactionquote.quote_id- Get the invoice that originated from a specific quotewrite_datetime- date/time createdmod_datetime- date/time last modified
Expansions
Nodes you can expand by using the ?expand= query parameter:
line_items- To get the line items for each invoice
Enums
Valid values for invoice_status_str:
- open-unpaid
- open-overdue
- open-collections
- closed-void
- closed-paid
Valid values for invoice_status_state:
o(any “open” invoice, i.e. anything with money due)c(any “closed” invoice, i.e. anything without money due)
Request
Responses
- 200
- 400
- 401
Object was fetched successfully
Bad request
Authentication error