v1
latestOpenAPI 3.0.02026-07-266521,3121.2 MBOrders
GetOrders
Get orders
get/orders
Query parameters
idstring[]
Order IDs to fetch. If included, all other request parameters will be disregarded.
fromDatestring date-time
The datetime to start retrieving orders from, based on when the orders were last updated
entriesPerPageinteger
The maximum number of orders to be returned in the response
includeProcessedboolean
If true the response will also include orders that have been processed; else the response will only contain open orders
onlyPaidboolean
If true the response will only contain paid orders; else the response will also include unpaid orders
locationIdstring uuid
The ID of location if the response should only contain orders that are specific to that location
searchTokenstring uuid
The search token for the previous page of results. Can be found on the response object of the call to GetOrder prior to this one.
Response
Success