On Order Cancel

This webhook will be called when one or more orders have been cancelled. The request from the webhook would look like this:

{
  "webhookId": "6a2d206c1b4fe50049z054ec",
  "name": "cancelOrder",
  "sent": "2026-06-13T09:18:36.789Z",
  "created": "2026-06-13T09:18:36.804Z",
  "data": [
    {
      "orderId": "6a2ab19f20e3cf00494bb569",
      "orderNumber": "XYZ-00004877",
      "status": "canceled",
      "tntKey": "0d0155e2-5a13-x23d-817e-75fb3a307d1b",
      "tntShortUrl": "https://u.dropboy.com/xxxx",
      "historyId": "6a2d206c462edr005e731475"
    }
  ]
}

The data contains:

KeyDescription
orderIdThe id of the created order.
orderNumberThe order number the order have been given.
statusThe requisition the order have been given.
tntKeyThe key that can be used to create the Track & Trace link
tntShortUrlThe link to this orders Track & Trace page
historyIdThe ID of the history update entry

If orderNumber is not set, it will not be in the payload.