Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

webhook events update calls, but after second update nothing happens

webhook events update calls, but after second update nothing happens

appstarter123
Shopify Partner
13 0 0

Hello,

 

I created this webhook:

 

 

{
  "webhook" : {
      "address" : "https://6a84-2a02-908-4b47-9180-00-f270.ngrok-free.app/webhooks",
      "topic": "products/update",
      "format": "json",
      "fields": ["id", "note"]
    } 
}

 

 

When I create a variant I recieve a webhook, when I again update a variant I recieve nothing. Every time if I update/create the same product twice then I dont revieve hooks. Only after the first call, so if I go to another product and create varaint then I recieve the webhook if I create again the same product a variant then I recieve again no webhook. Why ?

Replies 0 (0)