order.status_changed events to your webhook endpoint.
Flow
Event payload
Order statuses
| Status | Description |
|---|---|
received | Order injected successfully into Fire |
accepted | Restaurant accepted the order |
in_preparation | Kitchen started preparing the order |
ready | Order is ready for pickup or dispatch |
dispatched | Handed to the delivery person |
delivered | Delivered to the customer |
cancelled | Order was cancelled |
Processing steps
Verify the signature
Validate
X-Fire-Signature. See Authentication.Cancellations
Ifstatus is cancelled, act on it promptly. If your system relays orders to aggregators, some require cancellation confirmation within a short time window.
