Variant Unit Pricing - Is it possible to fetch it in webhook for Product Update and Create?

Hello,

Is it possible to get the details for Unit Pricing through webhooks?

https://shopify.dev/themes/pricing-payments/unit-pricing

Also, it doesn’t seem to be part of the API docs.

Is there no way to get it other than the liquid code in the theme?

Thanks

Hello, when you receive a product update or create a webhook. You get the entire product data along with the available variants details in it, inside the variants key. So, no need to further call an API for pricing.

Regards,

Mritunjay

ReturnPrime