Last updated

State Removed (shipments.v1.state.removed)

This webhook is sent whenever an existing state was removed from the shipment. The body contains the latest known value of the state that was removed.

Webhook Event Type
shipments.v1.state.removed

Sample Response

{
  "eventId": "333d2a1b-d332-4775-8f8e-960e5f538431",
  "eventType": "shipments.v1.state.removed",
  "createdDateTime": "2025-03-31T17:01:42.92601441Z",
  "dataType": "StateChange",
  "context": {
    "shipment": {
      "shipmentId": "ac694c91-e308-4329-9584-ee10acb937b3",
      "identifiers": [
        {
          "type": "BILL_OF_LADING",
          "value": "BOL123"
        }
      ],
      "attributes": []
    }
  },
  "data": {
    "stateNotification": {
      "state": {
        "startDateTime": "2025-03-31T17:01:42Z",
        "endDateTime": "2025-03-31T18:01:42Z",
        "type": "AT_STOP",
        "stopId": "932d947d-a86e-4686-9286-040fc34ac4ad",
        "routeSegmentId": "b0d38e43-f60a-4c71-9ffc-c68b0df88279"
      }
    }
  }
}