Skip to content
Guides
API reference
stable

Get order status

Returns the current status of one of the customer's orders, for an order tracking page.

GET/v1/customer/orders/{orderId}/status

Returns the current status of one of the customer's orders, for an order tracking page.

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Path Parameters

orderId*string

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/customer/orders/string/status"
{  "orderId": "string",  "orderNumber": "string",  "status": "string",  "createdOn": "2019-08-24T14:15:22Z",  "updatedOn": null}