GET
/api/v1/logistics/shipments/{id}Get a shipment
Returns the full shipment detail — status, carrier, cost, tracking URL, ETA, last-known location, and the failover audit trail if auto-failover ran at dispatch time. Works for both order-bound shipments and external API shipments.
Authorization
Requires the logistics:read scope. See the auth guide for how to mint a token with the right scopes.
Parameters
Path parameters
| Field | Type | Description |
|---|---|---|
id required | string | Shipment CUID. e.g. shp_2k8h1mv9c3xq |
Response
A successful call returns 200 OK with the body shown to the right. Errors follow the standard envelope.