Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hello, I'm working with Shopify markets, and I’ve set up the product/update and product_publications/update webhooks with the expectation of receiving notifications when a product is published or unpublished in a market. However, I’ve observed that these webhooks do not trigger for these specific actions.
Issue Details:
Steps Taken:
[
...
{
"endpoint": {
"callbackUrl": "https://mystore.com/shopify/product_publications_update"
},
"id": "gid://shopify/WebhookSubscription/1569427226915",
"topic": "PRODUCT_PUBLICATIONS_UPDATE"
},
...
]
Despite these efforts, I am still not receiving webhook notifications when a product’s publication status changes in a specific market.
I would greatly appreciate any assistance with this issue. Thank you in advance.