Sent BY Ewity TO your app's registered webhook endpoint(s). The
path on this page exists only for docs grouping. Identify the event
by theX-Ewity-Eventheader.
Fires every time an online order's status changes, for orders your
app (as an ordering platform) created. data is the full public
order payload — the same shape the ordering-platform API returns —
including lines, total_components, payments and the
extra.status_timeline.
This is the envelope twin of the legacy OrderStatusChanged event:
identical payload, wrapped in the standard envelope. Dedupe by
(data.id, data.status) — the same tuple may be delivered more than
once.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
2XXReceiver acknowledged. Non-2xx and connection failures are logged but not retried — deliveries are best-effort single attempts.