order.status_changed
EVENT order.status_changed
An order moves to a new status
Trigger
An order's status is advanced in the admin, the POS or the kitchen display.
Payload fields
| Field | Type | Meaning |
|---|---|---|
id |
integer |
Internal order id. |
status |
string |
The status it moved to. |
Payload
{
"id": "msg_2ef5b0c8137a49d6bb0e5c2a8471f36d",
"type": "order.status_changed",
"event": "order.status_changed",
"data": {
"id": 580,
"status": "ready"
},
"timestamp": "2026-09-07T20:51:02+00:00"
}
See also
- Webhook events — envelope, signing and delivery