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

Latest commit

 

History

History
24 lines (19 loc) · 1.56 KB

TrackingStatus.md

File metadata and controls

24 lines (19 loc) · 1.56 KB

TrackingStatus

The tracking details retrieved

Properties

Name Type Description Notes
carrier_name str The tracking carrier
carrier_id str The tracking carrier configured identifier
tracking_number str The shipment tracking number
test_mode bool Specified whether the object was created with a carrier in test mode
id str A unique identifier [optional]
events [TrackingEvent], none_type The tracking details events [optional]
delivered bool Specified whether the related shipment was delivered [optional]
status str The current tracking status [optional] if omitted the server will use the default value of "pending"
estimated_delivery str The delivery estimated date [optional]
object_type str Specifies the object type [optional] if omitted the server will use the default value of "tracker"
metadata {str: (bool, date, datetime, dict, float, int, list, str, none_type)} User metadata for the tracker [optional]
messages [Message] The list of note or warning messages [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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