Get orders

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

Retrieves all orders information.

Request Params

KeyDatatypeRequiredDescription
updatedAt[from]stringFilters result by the date set from til today. Must be used with updatedAt[to] to set a range of dates to filter.
updatedAt[to]stringMust be used with updatedAt[from], Filters results between a range of dates
createdAt[from]stringFilters result by the date set from til today. Must be used with createdAt[to] to set a range of dates to filter.
createdAt[to]stringMust be used with createdAt[from], Filters results between a range of dates
limitstringSet a limit of items for the response
pagestringSet a skip of items according to the limit and continue in the next range of items

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"success":true,"orders":[]}