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