Last updated

Event Added (shipments.v1.event.added)

This webhook is sent whenever a new event has been added to a shipment.

Webhook Event Type
shipments.v1.event.added

Sample Response

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