Skip to main content

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.
The JSON payload includes the adjustment ID, creation timestamp, product and warehouse codes, quantity adjusted, and custom data fields. Ensure your receiving endpoint handles these correctly.
This webhook fires specifically when a negative stock adjustment takes place.
Make a negative stock adjustment, then check your external system to confirm the webhook data was received.