API reference
Get order spreadsheet
GET
/v1/orders/spreadsheet/{id}Authorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Path Parameters
id*string
Unique identifier of the resource.
Query Parameters
cursor?string
Opaque cursor from the previous response. Omit it on the first page.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/orders/spreadsheet/string"{ "data": [ { "id": "string", "orderId": "string", "storeId": "string", "customerId": null, "orderNumber": "string", "orderShortId": 0, "orderGroup": null, "source": null, "email": null, "phone": null, "firstName": null, "lastName": null, "entityName": null, "orderStatus": "new", "state": "open", "fulfillmentStatus": "unfulfilled", "returnStatus": "none", "orderDate": "2019-08-24T14:15:22Z", "currencyCode": "string", "productId": null, "variantId": null, "skuId": null, "sku": null, "title": "string", "subtitle": null, "thumbnail": null, "variantTitle": null, "brand": null, "category": null, "quantity": 0.1, "qtyToDispatch": 0.1, "qtyDispatched": 0.1, "qtyDelivered": 0.1, "qtyReturned": 0.1, "total": 0.1, "invoiceNumber": null, "invoiceLink": null, "trackingNumber": null, "trackingLink": null, "itemStatus": "new", "createdOn": "2019-08-24T14:15:22Z", "updatedOn": null } ], "hasNextPage": true, "nextCursor": null, "totalCount": null}