This endpoint is designed to provide user with the statuses of requested shipments. Parameter shipment_id
can be specified multiple times. The result of this operation is the list of shipments' current statuses and all milestones.
[- {
- "shipmentId": "string",
- "status": "pending",
- "milestones": [
- {
- "status": "pending",
- "date": "string"
}
]
}
]