Creating a webhook endpoint on your server is no different from creating any page on your website.
Webhook data is sent as JSON in the POST request body. The full event details are included and can be used directly, after parsing the JSON into an Event object.
In Ordway, any event on product will send the standard product object in JSON format to the webhook endpoint.
Comments
0 comments
Please sign in to leave a comment.