Skip to main content
GET
List orders
Requests go to the live environment — all actions are real.

Authorization

string
required
Your seller API key. Provided by your nocnoc account manager.

Query parameters

integer
required
Page number. Pagination starts at index zero.
integer
required
Number of results per page.
string
Filter by order status. Possible values: in_process, cancelled.
date
Filter orders created from this date.
date
Filter orders created up to this date.
string
Filter to retrieve a specific order by ID.

Returns

A paginated list of orders associated with your account, including order ID, status, items, and shipping details.

Example request