Get all orders

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

Request Params

KeyDatatypeRequiredDescription
pagestringPagination is numbered or by token(only when response includes page object)
limitstringMax amount of documents to be returned in the response.
createdAt[from]stringFilter orders by range. Requires createdAt[to]. Set the lower treshold.
createdAt[to]stringFilter orders by range. Requires createdAt[from]. Set the upper treshold.
updatedAt[from]stringFilter orders by range. Requires updatedAt[to]. Set the lower treshold.
updatedAt[to]stringFilter orders by range. Requires updatedAt[from]. Set the upper treshold.
customerIdstringCustomer identification to filter orders.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring