Get orders
GET https://api.ecartapi.com/api/v2/orders
Retrieves all orders information.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
updatedAt[from] | string | Filters result by the date set from til today. Must be used with updatedAt[to] to set a range of dates to filter. | |
updatedAt[to] | string | Must be used with updatedAt[from], Filters results between a range of dates | |
createdAt[from] | string | Filters result by the date set from til today. Must be used with createdAt[to] to set a range of dates to filter. | |
createdAt[to] | string | Must be used with createdAt[from], Filters results between a range of dates | |
limit | string | Set a limit of items for the response | |
page | string | Set a skip of items according to the limit and continue in the next range of items |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"orders":[]}