tracking_code for the shipment.| Field | Type | Description |
|---|---|---|
| event_code | string | Webhook event code. |
| id | integer | Internal shipment identifier. |
| tracking_code | string | System tracking code of the shipment. |
| courier_tracking_code | string | Tracking code generated by the courier/carrier. |
| partner_tracking_code | string | Partner reference/tracking code. |
| status | integer | Current shipment status code. |
| status_update_time | integer | Unix timestamp of the latest status update. |
| platform | string | Source platform of the shipment. |
| store_id | integer | Associated store identifier. |
| created_time | integer | Unix timestamp when the shipment was created. |
| updated_time | integer | Unix timestamp when the shipment was last updated. |