Events/Orders
shipment.delivered

Shipment delivered

Carrier confirmed delivery and POD captured.

When this fires

The carrier confirmed delivery and a proof-of-delivery was captured.

Sample payload

This is the exact envelope shape we POST to your endpoint — outer wrapper plus the per-event data payload. Field values are randomised on each render so you see the general shape, not a fixed example.

json
{
  "id": "021694e8-9ac1-4ff9-88c9-dc8b5d058650",
  "event": "shipment.delivered",
  "created": "2026-06-12T18:11:58.717Z",
  "data": {
    "orderId": "cque7l06f6400000000000000",
    "orderNumber": "TY-8U2KDTY",
    "deliveredAt": "2026-06-12T18:11:58.717Z",
    "carrier": "fez"
  }
}

Use cases

  • Fire a 'review your purchase' email two hours after delivery.
  • Move the order to a 'completed' lane in your ops dashboard.
  • Trigger any post-delivery analytics (loyalty points, referral credit).

Subscribe in the dashboard

To start receiving this event, add it to a webhook's subscription list in Developers → Webhooks. Wildcard subscriptions ( shipment.*) work too — see the webhooks guide for the matching rules.