Overview
You can set up automations that trigger a webhook when stock is negatively adjusted. This allows external systems to be automatically informed when stock levels decrease, enabling quicker action and better inventory management.1
Access the Automation settings
Go to the Automations section.
2
Create a new automation
Click +New and choose Negative Stock Adjustment as the trigger event.
3
Specify webhook details
Enter the Webhook URL and select the Webhook Method (e.g., POST or GET) that your external system expects.
4
Understand the webhook payload
When triggered, a JSON object is sent containing details like the product ID, warehouse, and adjusted quantity.
5
Save the automation
Click Save to activate the automation.
What event triggers this webhook?
What event triggers this webhook?
This webhook fires specifically when a negative stock adjustment takes place.
How do I test the webhook?
How do I test the webhook?
Make a negative stock adjustment, then check your external system to confirm the webhook data was received.

