Webhooks are user-defined HTTP callbacks that are triggered when an order status change event occurs. Whenever an order status change event occurs in Gooten, the webhook sees the event, collects the order data, and sends it to the URL specified by you in the form of an HTTP POST request.
To get real-time updates as order statuses change, it is possible to configure an endpoint to receive webhook notifications.
This is important as it allows you to get the latest information about your order when an order status is changed in our system so that you can pass it back into your system.
Please check out our "Receiving order status updates via Webhooks" help article for a better understanding and guide on how to set up your webhooks. This guide will help to ensure your webhooks are working properly.