How to pull in the 'reference' metafield using dynamic text?

Hello – I’m looking for what section the “reference” metafield can pull in using the dynamic text. I’m successfully pulling in other Metafields (so I now the core is working), and I’m looking at a product in the product design screen that has active “reference” data.

But “reference” isn’t showing up as an option.

Help?

Thanks!

Hi @NetherworldPost ,

To my understanding, you’re dealing with the product reference metafield. The difference between the product reference metafield and a text/integer metafield is that payload returned by Liquid is not a plain text value, but a product object. In order to get more data from that object, you’ll need to add extra code. Luckily, I’ve already explained it in a similar thread, here’s the link.

Hope this helps!

Thank you!