Information about the shipping status and history of a package

Implements

Properties

carrier_specific: JsonObject

Extra information returned by the carrier

Information about the delivery of the package

All fields should be null until a delivery attempt is made

event_history: TrackingEvent[]

A list of tracking events and updates

last_known_location: null | TrackingAddress

The last location the package was known to be at

last_updated: null | string

The datetime of the most recent tracking event.

Value is an ISO datetime string. To get this value in other representations, see getLastUpdatedDatetime.

notices: string[]

High-level notices applied to the shipment

Information about the schedule for making a delivery

shipment_info: TrackingShipment

Information about the shipment as a whole

Methods