Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hello,
We need to receive information about the shop's shipping settings every time when something is updated. Previously, we used the shop/update webhook, but for some reason, it has stopped working (i.e. we don't receive this webhook when shipping settings are changed). Could anybody tell us what webhook we can use for that purpose and why the shop/update one doesn't work anymore?
Hi @dhalai
Can you provide an example of the settings you're after?
Scott | Developer Advocate @ Shopify
Hey @SBD_!
We don't need any specific data. All that we need is just to know when the shop's shipping settings are updated. We have some internal logic that is based on that information and needs to be run when something is changed.