Order Notification

Triggered when an order's status changes, particularly when a payment status is updated to PAID. This webhook provides comprehensive details about the order including store information, order status, payment status, items, and customer details.

Payload

The payload of this webhook request is an object.
idstringRequired
objectstringRequired
Should be "event"
api_versionstringRequired
createddatetimeRequired
typestringRequired
dataobjectRequired
Contains the main 'object' with order details
order_detail_URLstringRequired
The URL to fetch the order details

Response

200
any
Return a 200 status to indicate that the data was received successfully.