vercel / commerce

Next.js Commerce
https://demo.vercel.store
MIT License
10.54k stars 3.88k forks source link

How to add product metafield data #1307

Closed mhlauf1 closed 3 months ago

mhlauf1 commented 3 months ago

I've added rich text custom data to my products, labeled 'included'. product.metafields.custom.included - how do I add this into my product data on the frontend?

osseonews commented 3 months ago

I just actually did this in our custom implementation. You can read how to do it here: How To Create and Use Shopify Metafields in Next.js Commerce

leerob commented 3 months ago

Thanks @osseonews!