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
Key | Datatype | Required | Description |
---|---|---|---|
ids | string | Resource identifier to be returned. | |
page | string | Index of page of results to be returned. | |
limit | string | Default value: 50. The maximum number of documents returned in the response | |
status[status] | string | Order status. | |
fulfillmentStatus | string | Orders fulfillment status. | |
updatedAt[from] | string | Filter orders by range. Requires updatedAt[to]. Set the lower treshold. | |
updatedAt[to] | string | Filter orders by range. Requires updatedAt[from]. Set the upper treshold. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"orders":[]}