Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
I have a "product/update" webhook created via API including variant / product metadata.
When I clear value of a metadata field, the body of the webhook still remains that field, I think it's a caching problem because when I refresh the page or using GraphQL to fetch, the field is gone / empty.
If I update the field into another value (instead of clearing it), the webhook will change.