GET https://api.ecartapi.com/api/v2/orders
Retrieve all orders information from the store.
Body
PARAM
Key | Datatype | Required | Description |
page
|
string | page position | |
limit
|
string | documents shown in request (Max 50) | |
status[status]
|
string | P processed C complete O open F failed D declined B backordered I cancelled Y awaiting call | |
sort
|
string | order for asc o desc |
HEADERS
Key | Datatype | Required | Description |
Authorization
|
string |
RESPONSES
status OK
{
"success": true,
"orders": [
{
"id": "100",
"number": null,
"marketPlaceId": null,
"groupId": null,
"name": null,
"email": "enrique.carreon@ecart.com",
"fulfillmentStatus": {
"id": null,
"status": "O&quo Curl curl -X GET 'https://api.ecartapi.com/api/v2/orders?page=int&limit=int&status[status]=string &sort=string' -H 'Authorization: access_token' ENDPOINTS |