Shipments
Gets a segment details
Gets details of a segment identified by the segmentId.
get/shipments/v4/{shipmentId}/{segmentId}
Response
Success.
The segment information was returned
Example response
{
"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"
}