2 webhooks subscribed to same event, second one not firing

ewd910
New Member
2 0 1

Hi, I  have 2 different services listening to the same event (product update), but the event is only being sent to the first one. When I manually send a test notification to the second webhook it goes through fine, but when the actual event is triggered I only get the first one. Is it the case that I can only have one webhook subscription per event, and I should instead call my second endpoint from my first? 
Thanks in advance.

Replies 2 (2)
james-langille
Shopify Staff (Retired)
Shopify Staff (Retired)
70 15 26

Hello @ewd910 , and welcome to the community!

This is strange, you should definitely be able to have multiple subscriptions to a topic (like products/update) at the same time, otherwise, stores would not be able to install more than one app. Could you give me more details about your webhook subscriptions (store, subscription IDs, timing)? I'm curious when you tried this out, and if this is still an issue today.

james-langille | 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

ewd910
New Member
2 0 1

Not exactly sure which details you're looking for, but I've had this webhook active for a month or longer with a fairly active store, and it has never been handled correctly (it's supposed to reflect a price change on another website). The original webhook has been active for a couple years without issue. The test notification for the second webhook works (tried it again yesterday before I made the post), and the hmac validation passes as well, but on the live site it doesn't seem to ever reach the endpoint.