Receive 'product/update' webhooks from variant metafield updates

In our testing, we’ve never been able to rely on webhooks to fire for variant (or other) metafields changing. If it’s a small product set, you could poll them through the rest or graphQL api (prob. best). If it’s large, polling with bulk data requests in graphQL is the way to go.