Skip to main content

Order closed

Event Type: com.futureordering.order.closed

Sent when an order is closed.

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": "10",
    "storeId": "21",
    "userId": "763037f6-6e9e-4743-9fbd-f2a5fcc2f6d2",
    "transactionIds": [
      "xz4xsk5xa7zwzxyfp7af9brdfe-1234567"
    ],
    "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.closed"
}
info

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