List orders
Returns a paginated list of orders scoped to the caller account. A creation-date window (createdFrom/createdTo, ISO 8601, max 6 months apart) is required; status, channel filters, free-text search and sorting are optional.
Query parameters
Response
Paginated list of orders.
Example response
{
"meta": {
"total": 42,
"pages": 3,
"current_page": 1,
"next_page": 2,
"limit": 20
}
}Changes
Changed in 2 of the 9 revisions of this API.215
- ▲
added the new required
queryrequest parametercreatedFromnew-required-request-parameter
- ▲
added the new required
queryrequest parametercreatedTonew-required-request-parameter
- ○
added the new optional
queryrequest parameterchannelIdnew-optional-request-parameter
- ○
added the new optional
queryrequest parametercustomerIdnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterpagenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterqnew-optional-request-parameter
- ○
added the new optional
queryrequest parametersortBynew-optional-request-parameter
- ○
added the new optional
queryrequest parametersortOrdernew-optional-request-parameter
- ○
added the new optional
queryrequest parameterstatusnew-optional-request-parameter
- ○
added the required property
data/items/created_atto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/external_order_idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/item_countto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/totalto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/updated_atto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 36 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○