Skip to main content

List orders

GET/orders
List all orders with optional filtering and pagination

Parameters

statusquery
string

Filter by order status

customerIdquery
string

Filter by customer ID

channelquery
string

Filter by sales channel

fromDatequery
string

Filter by created date (from)

toDatequery
string

Filter by created date (to)

updatedSincequery
string

Only orders updated at/after this ISO timestamp (for incremental polling)

cursorquery
string

Opaque keyset cursor for stable pagination (use the pagination.nextCursor from the previous page)

searchquery
string

Search by order number

pagequery
string

Page number

limitquery
string

Items per page (max 100)

Response

Orders retrieved successfully

Code Samples
No code examples available for this operation.

Try It

Query Parameters
Filter by order status
Filter by customer ID
Filter by sales channel
Filter by created date (from)
Filter by created date (to)
Only orders updated at/after this ISO timestamp (for incremental polling)
Opaque keyset cursor for stable pagination (use the pagination.nextCursor from the previous page)
Search by order number
Page number
Items per page (max 100)