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
message requiredcode stringi18nCode stringsteps object[] required
Array [uuid string requiredstatus requiredPossible values: [
P
,T
,D
,E
,F
,R
,U
]description string requireddatetime string requiredtimestamp date-timetimezone stringlocation stringpodUrl stringerror object
message requiredcode stringi18nCode string]
{
"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"
}
Loading...