Item Delivery Date Updated
This notification is received when the delivery date for an order item is updated.
Payload
{
"eventType": "com.example..OrderItemDeliveryDateUpdated",
"cloudEventsVersion": "0.1",
"eventTypeVersion": "1.0",
"eventID": "e9447632-0af1-4ccc-be7c-731860bb75b1",
"source": "api/v1/order/EXAMPLE-ORDER-123456",
"contentType": "application/json",
"data": {
"orderNumber": "EXAMPLE-ORDER-123456",
"itemId": "item-123",
"newDeliveryDate": "2024-11-01T10:00:00Z"
},
"eventTime": "2024-10-11T10:24:50.702Z"
}