Get all orders
GET https://api.ecartapi.com/api/v2/orders
FILTERS
Filter | Description |
ids | Filter items by Id's provided |
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] |
'updatedAt[from]' | Filter orders by date updated from. When used createdAt[to] |
'updatedAt[to]' | Filter orders by date updated to. When used createdAt[from] |
'status[status]' | Filter orders by status |
'status[financial]' | Filter orders by financial status |
'fullfilmentStatus' | Filter orders by status of fullfilment |
Request Params
Key | Datatype | Required | Description |
---|
limit | string | | |
createdAt[from] | string | | |
createdAt[to] | string | | |
updatedAt[from] | string | | |
updatedAt[to] | string | | |
Key | Datatype | Required | Description |
---|
Authorization | string | | |