Sales Order Created
Event name salesOrder_created
This webhook is triggered when an incoming ecommerce sales order is successfully created in the system. Your endpoint will receive this POST request.
Payload
The payload of this webhook request is an object.
values
An array of webhooks, be prepared to handle more than 1 in the same hook request.
Response
200
any
Return a 200 status to indicate that the data was received successfully.