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.
id
object
Should be "event"
api_version
created
type
data
Contains the main 'object' with order details
order_detail_URL
The URL to fetch the order details
Response
200
any
Return a 200 status to indicate that the data was received successfully.

