Hi,
I’m facing a weird issue with Shopify’s GraphQL API and the webhook API. I’m using NextJS to build my eCommerce site and that uses the GraphQL API to query for products. I am then trying to use on-demand revalidation so that when the client makes updates in Shopify, NextJS can automatically update it. Unfortunately, while the graphQL API has descriptionHtml the webhook API returns it as body_html.
Is there anyway to handle this in NextJS or get the webhook API to return object keys as how they appear in the GraphQL API?
GraphQL Response:
Webhook response:

