Get shipment tracking
Get shipment tracking data using the order Id
Path Parameters
- storeOrderId string required
Responses
- 200
- 429
Default Response
- application/json
- Schema
- Example (from schema)
Schema
- uuid string required
- created date-time required
- status required
Possible values: [
P
,T
,D
,E
,F
,R
,U
] - trackingNumber string required
- trackingUrl string
- delivered boolean required
Default value:
false
- shipmentRef string
- pod boolean
- external boolean
error object
steps object[] required
{
"uuid": "string",
"created": "2023-03-23T10:25:25.192Z",
"trackingNumber": "string",
"trackingUrl": "string",
"delivered": false,
"shipmentRef": "string",
"pod": true,
"external": true,
"error": {
"message": {},
"code": "string",
"i18nCode": "string"
},
"steps": [
{
"uuid": "string",
"description": "string",
"datetime": "string",
"timestamp": "2023-03-23T10:25:25.192Z",
"timezone": "string",
"location": "string",
"podUrl": "string",
"error": {
"message": {},
"code": "string",
"i18nCode": "string"
}
}
]
}
Default Response
- application/json
- Schema
- Example (from schema)
Schema
- error string
{
"error": "string"
}
GET /api-store/v1/orders/:storeOrderId/tracking
Authorization
name: oaAuthtype: oauth2scopes:orders:read,shipment:read
flows: { "clientCredentials": { "tokenUrl": "/api-store/oauth/token", "scopes": { "order:write": "Create/delete/update order", "order:read": "Read order", "shipment:write": "Create/delete shipment", "shipment:read": "Read shipment", "tracking:read": "Get tracking", "carriers:read": "Get carriers", "parcels:read": "Get parcels" } } }
Request
Request
curl -L -X GET 'https://api.isnd.io/api-store/v1/orders/:storeOrderId/tracking' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://api.isnd.io/api-store/v1/orders/:storeOrderId/tracking' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://api.isnd.io/api-store/v1/orders/:storeOrderId/tracking' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://api.isnd.io/api-store/v1/orders/:storeOrderId/tracking' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://api.isnd.io/api-store/v1/orders/:storeOrderId/tracking' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://api.isnd.io/api-store/v1/orders/:storeOrderId/tracking' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://api.isnd.io/api-store/v1/orders/:storeOrderId/tracking' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
curl -L -X GET 'https://api.isnd.io/api-store/v1/orders/:storeOrderId/tracking' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'