Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 1.23 KB

TrackingStatus.md

File metadata and controls

20 lines (17 loc) · 1.23 KB

# TrackingStatus

Properties

Name Type Description Notes
id string A unique identifier [optional]
carrier_name string The tracking carrier
carrier_id string The tracking carrier configured identifier
tracking_number string The shipment tracking number
events \Karrio\Model\TrackingEvent[] The tracking details events [optional]
delivered bool Specified whether the related shipment was delivered [optional]
test_mode bool Specified whether the object was created with a carrier in test mode
status string The current tracking status [optional] [default to 'pending']
estimated_delivery string The delivery estimated date [optional]
object_type string Specifies the object type [optional] [default to 'tracker']
metadata object User metadata for the tracker [optional]
messages \Karrio\Model\Message[] The list of note or warning messages [optional]

[Back to Model list] [Back to API list] [Back to README]