Returns a list of invoices. Optionally invoice type and dates can be defined to retrieve invoices of a certain type from a certain date to another date
This access token needs to be included in each of your request to the Chift API.
Page number
x >= 1
Page size
1 <= x <= 100
customer_invoice
, customer_refund
, supplier_invoice
, supplier_refund
, all
all
, unpaid
, paid
Include the invoice lines in the response. By default, invoice lines are included when no extra request is needed to fetch them. If you want to include them explicitly, set this parameter to true.
true
, false
Successful Response
The response is of type object
.