These docs are for v1.0. Click to read the latest docs for v2024.09.

When your shipment's tracking status changed, you'll get the event payload as below:

{
  "event_type": "shipment.cancelled",
  "resource_type": "shipment",
  "resource_id": "ESTEST00000",
  "shipment": {
    "easyship_shipment_id": "ESTEST00000",
    "platform_order_number": "#100001",
    "status": "cancelled"
  }
}