Skip to main content

Order created

Event Type: com.futureordering.order.created

Sent when an order is created

Schema (Version 1)

tenantIdstringrequired
The tenant ID associated with the order.
orderIdstringrequired
The unique identifier of the order that was created.
versionIdstringrequired
The version identifier of the order.
storeIdstringrequired
The ID of the store on which the order was created.
transactionIdsstring[]required
An array of transaction IDs associated with the order.
Array items:
orderTypeIdstringrequired
The identifier for the type of order that was created.
salesChannelTypestringrequired
The type of sales channel through which the order was created.

Example Event

{
  "specversion": "1.0",
  "data": {
    "tenantId": "tenant",
    "orderId": "zohVJR46cx",
    "versionId": "1",
    "storeId": "21",
    "transactionIds": [],
    "orderTypeId": "eatin",
    "salesChannelType": "browser"
  },
  "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.created"
}
info

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