order.updated
This event is triggered when the status or details of an existing order are updated.
Payload Structure
{
"eventId": "daa83351-bd3a-4b3f-aceb-4ddcd3977229",
"webhookEventType": "order.updated",
"eventTimeUtc": "2025-10-21T12:20:39.7786967Z",
"data": {
"id": 643854
},
"restaurantIdentity": "3edc2d46-bfc0-44d1-b701-f18e56306aed"
}Data Fields
| Field | Type | Description |
|---|---|---|
id | number | Updated order ID - You can retrieve current order details with this ID |
Usage Example
When you receive this event, you can retrieve current order details using the data.id value. To learn how to use the ID, review the Order Details API page.