Product and variant webhooks #91
-
Is there any documentation around what will or won't trigger product and variant webhooks, particularly around If I have a product with variants then only change something about a variant ( If I open the modal to edit a variant and change the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @corygibbons , we have some documentation around the webhook model, though nothing specifically referencing the When saving information on the variant level, only the |
Beta Was this translation helpful? Give feedback.
Hey @corygibbons , we have some documentation around the webhook model, though nothing specifically referencing the
product.updated
event.When saving information on the variant level, only the
variant.update
event should fire. Theproduct.update
event will fire however when saving the product page, which may be causing confusion (the page prompts you to save if you navigate away). One workaround, if you would only like thevariant.update
to fire, could be editing the variant only (More button).