Files
speakeasy-playground/docs/models/components/trackingstatus.md
Mike Lueders 14c449163c generate sdk
2024-03-01 12:52:50 -06:00

5.0 KiB
Raw Blame History

TrackingStatus

The latest tracking information of this shipment.

Fields

Field Type Required Description Example
location components.TrackingStatusLocationBase ✔️ An object containing zip, city, state and country information of the tracking event.
object_created date ✔️ N/A
object_id str ✔️ N/A
object_updated date ✔️ N/A
status components.TrackingStatusStatus ✔️ Indicates the high level status of the shipment. DELIVERED
status_date date ✔️ Date and time when the carrier scanned this tracking event. This is displayed in UTC. 2016-07-23T00:00:00Z
status_details str ✔️ The human-readable description of the status. Your shipment has been delivered at the destination mailbox.
substatus Optional[components.TrackingStatusSubstatus] A finer-grained classification of the tracking event.