Get all orders

GET https://api.ecartapi.com/api/v2/orders

FILTERS

FilterDescription
idsFilter items by Id's provided
limitLimit 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

KeyDatatypeRequiredDescription
limitstring
createdAt[from]string
createdAt[to]string
updatedAt[from]string
updatedAt[to]string

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring