Last updated

Shipment Created (shipments.v1.shipment.created)

This webhook is sent whenever a new shipment is created. It is only sent once per shipment. The data field does not contain anything, a newly created shipment can instead be inferred from the context field.

Webhook Event Type
shipments.v1.shipment.created

Sample Response

{
  "eventId": "333d2a1b-d332-4775-8f8e-960e5f538431",
  "eventType": "shipments.v1.shipment.created",
  "createdDateTime": "2025-03-31T17:01:42.92601441Z",
  "dataType": "Empty",
  "context": {
    "shipment": {
      "shipmentId": "ac694c91-e308-4329-9584-ee10acb937b3",
      "identifiers": [
        {
          "type": "BILL_OF_LADING",
          "value": "BOL123"
        }
      ],
      "attributes": []
    }
  },
  "data": {}
}