order.updated
EVENT order.updated
An existing order changes
Trigger
An order is created or edited in the admin or the POS.
Payload fields
| Field | Type | Meaning |
|---|---|---|
id |
integer |
Internal order id. |
location_id |
integer |
|
channel |
string |
|
status |
string |
Payload
{
"id": "msg_c41a7de90b2f6538a1cd4e07f9b3520e",
"type": "order.updated",
"event": "order.updated",
"data": {
"id": 581,
"location_id": 2,
"channel": "pos",
"status": "placed"
},
"timestamp": "2026-09-07T20:48:31+00:00"
}
See also
- Webhook events — envelope, signing and delivery