Shipment Statuses
A shipment status consists of one of our Status
resources combined with one of the many carrier specific statuses.
Shipment Status
API specification
Attribute |
Description |
carrier_status_code |
Status code we received from the carrier. |
carrier_status_description |
Description of the status code we received from the carrier. |
carrier_timestamp |
Unix timestamp of this status according to the carrier. |
Relationship |
Description |
shipment |
The shipment having this status. |
status |
Our generic status belonging to this carrier specific status. |