get
https://merchants-api.cdon.com/api/v1/orders/
Definition
This endpoint will allow you to retrieve your order data.
Query parameters
Filtering
The field state supports filtering. By default, we return new orders (orders in state CREATED).
| Filter values | Definition |
|---|---|
| CREATED | New order |
| ACCEPTED | Accepted |
| FULFILLED | Handled/shipped |
| NOT_FULFILLED | Cancelled/refunded |
Pagination
We return 100 orders by default and you can retrieve up to 1000 orders per page by using pagination parameters.
| Parameter | Default value | Required |
|---|---|---|
| limit | 100 | No |
| page | 1 | No |
You may combine pagination and filtering.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…