Get all orders
GET https://api.ecartapi.com/api/v2/orders
FILTERS
Filter | Description |
sort | Order search result by ascending:'date_asc' or descending:'date_desc' |
limit | Limit size of the search |
'createdAt[from]' | Filter orders by date created from. When used createdAt[to] |
'createdAt[to]' | Filter orders by date created to. When used createdAt[from] |
'status[status]' | Filter orders by status: Pending, Shipped, Canceled |
'updatedAt[from]' | Filter orders by date updated from. When used createdAt[to] |
'updatedAt[to]' | Filter orders by date updated to. When used createdAt[from] |
search | Filter orders by a text chain |
recent | Filter recent orders |
page | Pagination number. |
Request Params
Key | Datatype | Required | Description |
---|
limit | string | | |
searchType | string | | |
name | string | | |
status[active] | string | | |
fulfillmentStatus | string | | |
Key | Datatype | Required | Description |
---|
Authorization | string | | |