Are inventory changes after an order, sent as events to the webhook inventory.count.updated endpoint?

I want to track inventory changes. I want to know once an order is placed and the inventory changes, is that even sent to the webhook? Or is there any alternative way to track inventory changes?

That’s the event you’ll want to listen too. Once an order is paid for the inventory webhook events will fire. :slightly_smiling_face:

1 Like

Thanks for the solution! This should help me manage inventory accurately :slight_smile: