object

Track

Schema for individual shipment track.
Fields
account_name
String
The name of the account handling the shipment. For example, `account_name` can be set to 'Sample Name'.
The Air Waybill (AWB) number for the shipment. For example, `awb` can be set to 'value'.
reason
String
The reason or additional information about the shipment. For example, `reason` can be set to 'Customer requested cancellation'.
shipment_type
String
The type of shipment. For example, `shipment_type` can be set to 'value'.
status
String
The current status of the shipment. For example, `status` can be set to 'processing'.
updated_at
String
The date and time when the shipment was last updated. For example, `updated_at` can be set to '2024-11-01T10:00:00Z'.
updated_time
String
The timestamp of the last update. For example, `updated_time` can be set to '2024-11-01T10:00:00Z'.
last_location_recieved_at
String
The last known location of the shipment. For example, `last_location_recieved_at` can be set to 'value'.
meta
JSON
A field to store additional metadata related to the courier partner's operations or the shipment. For example, `meta` can be set to { key: 'value' }.