Skip to content

Webhook for Product change is not working #793

Discussion options

You must be logged in to vote

You need to register the webhook too, ideally on auth.

    const response = await Shopify.Webhooks.Registry.register({
      shop: session.shop,
      accessToken: session.accessToken as string,
      topic: 'PRODUCTS_UPDATE',
      path: '/webhooks',
    });

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ramkishore-yerubandi
Comment options

Answer selected by ramkishore-yerubandi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants