Product metafield webhook

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-the-product/td-p/328170

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

Can i do this through admin portal Settings->Notification-Webhooks ?