mirror of
https://github.com/LukeHagar/speakeasy-playground.git
synced 2025-12-09 12:47:46 +00:00
5.0 KiB
5.0 KiB
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. |