Skip to product information
1 of 1
Published:2023.03.17

How to call meta field values of Shopify's content type "meta object" from Liquid code

How to call meta field values of Shopify's content type "meta object" from Liquid code

Applications

  • LIQUIDEdit

How to implement

  • LIQUID
View full details

When referencing a meta object specified as a meta field value on a product details screen, etc., from Liquid code, specifying the namespace and key only retrieves the GID. By adding the ".value" property after the key, you can access elements within the object.

Related Post