Skip to main content

Tracking Response

Represents the tracking status and event history of a shipment.

Properties

PropertyTypeRequiredDescription
TrackingNumberstringYesCarrier tracking number.
StatusTrackingStatusYesCurrent tracking status enum.
EventsList<TrackingEvent>NoA list of historical tracking events.

TrackingStatus Enum

ValueDescription
UnknownStatus is unknown.
DataReceivedShipping information has been received by the system.
InTransitShipment is currently in transit.
DeliveredShipment has been successfully delivered.
DeliverFailedDelivery attempt failed.

TrackingEvent Object

PropertyTypeRequiredDescription
TimeLocalDateTimeYesEvent timestamp in local time(e.g. 2026-03-13T15:36:22).
TimeUtcDateTimeNoEvent timestamp in UTC(e.g. 2026-03-13T19:36:22Z).
TimezoneOffsetstringNoLocal timezone offset (e.g. -04:00).
CarrierEventCodestringNoCarrier-specific event code.
DescriptionstringNoDescription of the tracking event.
LocationTrackingLocationNoGeographical location where the event occurred.

TrackingLocation Object

PropertyTypeDescription
CountryCodestringISO 2-letter country code.
CitystringCity name.
ProvincestringState or province name / code.
PostcodestringPostal code.