Webhook for Inventory OnHand change

Dear shopify dev team

Is there any webhook topic for inventory OnHand change? Or any plans to add it? inventory_levels/update only fires for ‘available’

We do not have any immediate plans to add more named quantities such as on_hand or committed to the inventory_levels webhook at this time. I will pass your feedback along to our product team though for their consideration. In the meantime you can get the information from the InventoryLevel object in graphql.

1 Like

@cbella What about incoming? You changed the entire data structure but didn’t reflect it in the webhooks?

Hello @Merchbees,
Same response for the incoming named quantity. Only available is currently included in the webhooks.

We miss this data so much. We have to query OnHand through qraphQL every time we receive inventory level update. This is sooo slow