Next Inventory 6.1.0: App Manager, dark mode, and more Joomla 6.1 "Nyota" Is Here Building the Future of Joomla Extensions
NextSoftware
Next Restaurant — Documentation

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

All Extensions