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"
}
}