API reference
Get shipment tracking
Returns the tracking events of a shipment as reported by the carrier.
GET
/v1/fulfillment/orders/{id}/trackingReturns the tracking events of a shipment as reported by the carrier.
Authorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Path Parameters
id*string
Unique identifier of the resource.
Query Parameters
shipmentId?null|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/fulfillment/orders/string/tracking"{ "success": true, "delivered": true, "events": null, "message": null}