GET htpps://api.ecartapi.com/api/v2/orders
Use this resource to get an order list.
Body
PARAM
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 | Curl curl -X GET 'htpps://api.ecartapi.com/api/v2/orders?ids=String.&page=Integer. [1...1000]&limit=Integer. [1...1000]&status[status]=String. [pending,shipped,cancelled]&fulfillmentStatus=String. [fulfilled,unfulfilled]&updatedAt[from]=Date. [YYYY-MM-DD]&updatedAt[to]=Date. [YYYY-MM-DD]' -H 'Authorization: access_token' ENDPOINTS |