Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hi,
Question about what happens to a webhook that fails and is removed.
Is the failing webhook removed JUST for that given store? Or are all webhooks registered with other stores removed/disabled as well? The same URL is used for all webhooks registered against all the stores.
What happened: we were notified of a store's webhook failing and it was removed. We assumed it was for that particular store. Now looking back, it seems our webhook endpoint has not had any traffic from any stores since.
Thanks.
Webhooks are registered per store, the assumption would be that the webhook is removed only for the store it was replying with a code different from 200. Which of your webhooks got removed specifically?
Ok that matches what my assumption was.
The webhook orders/create was removed from the offending store.
All other stores still have that webhook registered, but we have not recieved any events from the other stores for a week now.