Access Product Data from Metaobject within Product Metafield?

Topic summary

A user is attempting to display grouped product data on a product page using Shopify’s metaobject and metafield system.

Setup:

  • Created a metaobject to group specific products together
  • Configured a product metafield that references a specific metaobject group

Goal:
Loop through products within the selected metaobject group and display:

  • Product images
  • Titles
  • Prices

Current Status:
The user has shared screenshots of their metaobject and metafield configuration but needs help writing the Liquid code to access and display this data on the product page. One respondent suggested it’s possible but may require significant time to implement. The discussion remains open with no solution provided yet.

Summarized with AI on November 8. AI used: claude-sonnet-4-5-20250929.

I have a metaobject set up to group specific products together. Then I have a product metafield set up to choose a specific group of the metaobject. On the product page, can someone help me with the Liquid code to loop through the products in my metaobject product group to display the image, title, and price of each? Here is my setup:

METAOBJECT:

METAFIELD:

@rachaelwalker I hope it is possible but it will take a lot of time.