Hi,
I’m using a metafield named custom.package_3 on my product, which is of type Product List.
When I output it in Liquid using {{ product.metafields.custom.package_3 | inspect }},
I receive an array of GIDs like:
[“gid://shopify/Product/7563910053974”, “gid://shopify/Product/7563128340566”]
I want to display the product title and price on the frontend for each of these items.
Could you please let me know:
How to resolve these GIDs to full product objects in Liquid?
Or what is the correct method to access product details (like title and price) from this metafield in the storefront?