Overview
You can set up automations that trigger a webhook when stock is positively adjusted. This sends real-time stock data to external systems for further processing.Create a new automation
Click +New to set up a new automation. Define the rules for when this automation should fire.
Specify webhook details
Enter the Webhook URL where data should be sent. Choose the Webhook Method (e.g., POST or GET).
Review the webhook payload
When triggered, a JSON object is sent with details of the stock adjustment, including the product ID, warehouse, and the new quantity.
What is a webhook?
What is a webhook?
A webhook sends real-time data to another online address when a specific event occurs.
How can I test if the webhook is working?
How can I test if the webhook is working?
Make a positive stock adjustment that matches your criteria, then check your external system to confirm it received the data.

