Sales Order Posted

Event name salesOrder_posted

This webhook is triggered when a sales order created from ecommerce is posted (invoiced or shipped). Your endpoint will receive this POST request.

Payload

The payload of this webhook request is an object.
valueslist of objectsRequired
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.