API Reference
An order could not be auto fulfilled and is being handled
Not a terminal state: the order will still resolve to fulfilled or refunded. It signals a delay so you can inform your customer.
WEBHOOK
Authorizations
t=<unix>,v1=<hex hmac-sha256> over "<t>.<raw-body>", keyed on the endpoint's whsec_ signing secret. Verify it before trusting a delivery.
Headers
The event id. Stable across retries; de-duplicate on it.
The event type, e.g. order.fulfilled.
Body
application/json
Event id, stable across retries.
Example:
"evt_1a2b3c"
Event type.
Allowed value:
"order.needs_attention"When the event occurred.
The order id and its status. Fetch full details, including codes, from the authenticated order endpoints; a webhook never carries a code.
Response
200
Return any 2xx to acknowledge receipt.