Shipment Statuses ================= A shipment status is basically a wrapper to combine and structure information from different sources, without losing valuable information. It consists of one of our generic :doc:`statuses ` in most cases combined with one or more of the many carrier specific statuses. Please read the page on :doc:`retrieving shipment statuses ` for a detailed explanation and example of this resource. .. seealso:: ``_ Shipment Status --------------- ================ =========== Attribute Description ================ =========== carrier_statuses an array of `carrier-statuses `_ (empty when the shipment is not yet registered) errors an array of `error objects `_ when the carrier returned errors during shipment registration ================ =========== ============ =========================================== =========== Relationship Type Description ============ =========================================== =========== shipment :doc:`shipments ` The shipment having this status. status :doc:`statuses ` Our generic status belonging to this carrier specific status. ============ =========================================== =========== Carrier Status ______________ ============== =========== Attribute Description ============== =========== category The category code of this status update. If the value is not ``default``, some action might be required by the sender or recipient. code Status code we received from the carrier. description Description of the status code we received from the carrier. assigned_at Unix timestamp of the status update according to the carrier. tracking_code The tracking code that was used to get this carrier status. ============== ===========