Notification Message Example - "order.cancellationrequest.updated`

{
  "id": "7d6482b0-2d9c-4761-beb8-787f1a36a810",
  "eventType": "order.cancellationrequest.updated",
  "subscriptionId": "1283c215-e004-4e78-90dc-d62136f3cbf1",
  "timestamp": "2025-01-01T01:02:03.123+00:00",
  "data": {
    "customerOrderId": " 31bd8b8b-4710-4f13-ae25-45a23e68dd40 ",
    "caseId": " 469c3532-9eab-4e1f-9f32-6875cd8cd705 ",
    "status": "Cancelled",
    "reason": "CustomerRequest",
    "dateReceived": " 2025-01-13T16:04:22.590Z ",
    "deliveryRedirectRequested": true,
    "lineItems": [
      {
        "caseId": " 469c3532-9eab-4e1f-9f32-6875cd8cd705 ",
        "productId": " 12345 ",
        "name": " Item Name 001 ",
        "customerLineItemId": " cf9989e5-f10b-49c0-9a6d-9e7eaedc3a25 "
      }
    ]
  }
}

NOTE: The object returned in the data node will be the same as the object returned by the Get Cancelled Order API call. See Get Cancelled Order for more detail.