v2
latestSwagger 2.02026-08-0187117271.9 KBOrders
Invoice
Get a list of all invoices optionally filtered by date. This request ist throttled to 1 per 1 minute for same page and minInvoiceDate
get/api/v1/orders/invoices
Query parameters
minInvoiceDatestring date-time
Specifies the oldest invoice date to include
maxInvoiceDatestring date-time
Specifies the newest invoice date to include
pageinteger
Specifies the page to request
pageSizeinteger
Specifies the pagesize. Defaults to 50, max value is 250
shopIdinteger[]
Specifies a list of shop ids for which invoices should be included
orderStateIdinteger[]
Specifies a list of state ids to include in the response
tagstring[]
minPayDatestring date-time
maxPayDatestring date-time
includePositionsboolean
excludeTagsboolean
If true the list of tags passed to the call are used to filter orders to not include these tags
excludeArchivedOrdersboolean
If true, archived/anonymized orders are excluded from the response. Defaults to false for backward compatibility.
Response
OK