Skip to content
Guides
API reference
stableshipment:read

Get order tracking

GET/v1/orders/{orderId}/tracking

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/orders/string/tracking"
{  "success": true,  "delivered": true,  "events": null,  "message": null}