Skip to main content

Order items modified

Event Type: com.futureordering.order.items_modified

Sent when the items on an order are modified.

Schema (Version 1)

tenantIdstringrequired
orderIdstringrequired
versionIdstringrequired
storeIdstringrequired
userIdstringrequired
transactionIdsstring[]required
Array items:
orderTypeIdstringrequired
salesChannelTypestringrequired
collectionDetailTypestringrequired
deviceIdstringrequired

Example Event

{
  "specversion": "1.0",
  "data": {
    "tenantId": "tenant",
    "orderId": "1mDFVJR45lH",
    "versionId": "4",
    "storeId": "21",
    "userId": "763037f6-6e9e-4743-9fbd-f2a5fcc2f6d2",
    "transactionIds": [],
    "orderTypeId": "takeaway",
    "salesChannelType": "kiosk",
    "collectionDetailType": "pickup",
    "deviceId": "utG6H7v4Y"
  },
  "dataContentType": "application/json",
  "id": "c3db8281-5e03-4608-a597-8afb3c8d7bde",
  "source": "https://api.futureordering.com",
  "time": "2026-02-26T14:32:02.9140538+00:00",
  "type": "com.futureordering.order.items_modified"
}
info

The event schema can be downloaded from the events index page.