Get all orders

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

Use this resource to get an order list.

Find more information about Allegro's resource.

Request Params

KeyDatatypeRequiredDescription
idsstringResource identifier to be returned.
pagestringIndex of page of results to be returned.
limitstringDefault value: 50. The maximum number of documents returned in the response
status[status]stringOrder status.
fulfillmentStatusstringOrders fulfillment status.
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.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

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