List orders
GET
/ordersList all orders with optional filtering and pagination
Parameters
statusqueryFilter by order status
customerIdqueryFilter by customer ID
channelqueryFilter by sales channel
fromDatequeryFilter by created date (from)
toDatequeryFilter by created date (to)
updatedSincequeryOnly orders updated at/after this ISO timestamp (for incremental polling)
cursorqueryOpaque keyset cursor for stable pagination (use the pagination.nextCursor from the previous page)
searchquerySearch by order number
pagequeryPage number
limitqueryItems per page (max 100)
Response
Orders retrieved successfully
Code Samples
No code examples available for this operation.