Is there a way to trigger a webhook only when the product variant SKU is updated? Or product variant? Currently i have a service that is listening to product updated webhook and its a bit of a waste/noisy, since i am only interested in the product variant updated.
Thanks.
Hey Jack,
Not at the moment.
If you are looking for SKU to be a specific value i.e. when SKU === TEST123 do something, then you could use a filter Filter your events
Or you might be able to use this webhook which might be less noisy, but worth testing it works for your use case Webhooks
Lastly you could specify what fields you are interest in, this will help Shopify debounce some of the webhooks you receive.Modify your payloads