Last updated

Event Updated (shipments.v1.event.updated)

This webhook is sent whenever an existing event was updated. The payload contains the latest value of the updated event.

Webhook Event Type
shipments.v1.event.updated

Sample Response

{
  "eventId": "333d2a1b-d332-4775-8f8e-960e5f538431",
  "eventType": "shipments.v1.event.updated",
  "createdDateTime": "2025-03-31T17:01:42.92601441Z",
  "dataType": "EventChange",
  "context": {
    "shipment": {
      "shipmentId": "ac694c91-e308-4329-9584-ee10acb937b3",
      "identifiers": [
        {
          "type": "BILL_OF_LADING",
          "value": "BOL123"
        }
      ]
    }
  },
  "data": {
    "eventNotification": {
      "event": {
        "id": "a76f6a37-5485-47eb-9220-882b92029cee",
        "dateTime": "2025-03-31T17:01:42Z",
        "type": "INFO",
        "description": "Updated event",
        "dateTimes": [
          {
            "type": "ACTUAL",
            "dateTime": "2025-03-31T17:01:42Z",
            "source": "P44",
            "selected": true,
            "sequence": 1
          }
        ]
      }
    }
  }
}