Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
What events trigger the `inventory_levels/update` webhook?
There's not much information on the webhooks reference page and I imagine this can be triggered by a diverse array of events.
I can think of the following
Does this look correct? Am I missing anything else?
Thank you
Hey there, yes that's correct, the update will fire whenever inventory is updates manually through the API/admin or automatically as you mentioned. The webhooks reference doesn't have much info, but there's info on inventory levels here
mrad | Developer @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Thank you for the reply @mrad
Was my list of events exhaustive then for the events that trigger the inventory_levels/update webhook?