Shipments
Get a shipment
Retrieves the details of an existing shipment. You need only supply the unique shipment id that was returned upon tracking_request creation.
get/shipments/{id}
Query parameters
includestring
Comma delimited list of relations to include
Response
OK
Example response
{
"included": [
{
"attributes": {
"fees_at_pod_terminal": [
{
"currency_code": "USD"
}
]
}
}
]
}