Conversations about creating, managing, and using metafields to store and retrieve custom data for apps and themes.
I have read this post and notice that metafield changes will trigger the product update wehook.
https://community.shopify.com/c/API-Announcements/New-Changing-product-metafields-always-triggers-th...
My question is on number 2.
How can I attach the metafield information to the product update webhook body?
It's really tough for me to make an extra api call to fetch the metafields since my traffic is incredibly high.
Hi @Yulin1,
You want the metafield_namespaces field when creating the webhook. It's documented here.
Cheers
To learn more visit the Shopify Help Center or the Community Blog.
Can i do this through admin portal Settings->Notification-Webhooks ?