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.Specify webhook details
Enter the Webhook URL and select the Webhook Method (e.g., POST or GET) that your external system expects.
Understand the webhook payload
When triggered, a JSON object is sent containing details like the product ID, warehouse, and adjusted quantity.
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.

