v48

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-208342528.4 KB
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"
          }
        ]
      }
    }
  ]
}