Shipments
Gets a shipment details
Gets details of a specific shipment identified by the shipmentId.
get/shipments/v4/{shipmentId}
Response
Success.
The shipment information was returned
Example response
{
"autoStart": true,
"description": "A shipment consisting of one segment",
"name": "From Portugal to Panama",
"ruleIds": [
"712dde2c-20e6-4903-82f1-0beb0dd9e4bd",
"6d1da24b-5187-42ab-9eb5-1e43c61b6bae"
],
"segments": [
{
"description": "From factory to port",
"destination": "LOC-7b6b15cc-2307-4875-9f66-99deb5227e92",
"endedAt": "2020-05-27T11:40:01Z",
"name": "Truck transport",
"origin": "LOC-54531862-f87a-4b70-99a4-0e8224a56be4",
"segmentId": "SEG-156986fa-1ed9-42ab-a022-9ac1a70ae137",
"startedAt": "2020-05-27T11:40:01Z",
"status": "pending",
"trackingId": "HERE-540bb24b-0d57-4f8c-aeaf-6c91cd0aff8d",
"transportMode": "truck"
}
],
"shipmentId": "SHP-d306beb9-e110-450e-9f81-3db9de1ac001",
"shipmentPlanId": "SHPP-de2bd93d-a371-4e22-801a-528238d1a33a",
"status": "pending",
"subShipment": false
}