Order Review Reminder

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 the X-Ewity-Event header.

Fires when an online order has been sitting in review-requested
(the merchant proposed edits, the customer hasn't acted) long enough
that a reminder is due. data is the full public order payload —
its status is always review-requested and reminder_count tells
you how many reminders have already gone out.

Envelope twin of the legacy ReviewRequestedReminder event.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
string
enum
Allowed:
string
company
object

The merchant business — {id, name, domain}.

install
object

The app install — {store_id, external_account_id}.

data
object

The full public order (same shape as order.status_changed); status is review-requested.

Headers
string
enum
required

Always order.review_reminder for this event.

Allowed:
string
required

Unique delivery id (same as the envelope id).

string

Present in signature verification mode (the default); see the webhooks overview.

Response
2XX

Receiver acknowledged. Non-2xx and connection failures are logged but not retried — deliveries are best-effort single attempts.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!