Skip to main content

๐Ÿพ Metafields & Metaobjects

  1. What are metafields in the context of Shopify?

  2. What does writing a metafield consist of?

    • What are a metafield's namespace, key, type, and value?
  3. What types of data can be assigned to a metafield?

  4. What is โ€œReference typesโ€ of data, and what are some examples of this data type?

  5. What is the difference between a single value metafield and a list of values metafield?

  6. Provide an example use case for metafields.

  7. What is the difference between metafields with and without definitions?

  8. What are "order" metafields, and what can they be used for?

  9. What are metaobjects in the context of Shopify?

  10. What is the difference between metafields and metaobjects?

  11. What is a metaobject template, and what can it be used for?

๐ŸŽ–๏ธ Task:โ€‹

๐Ÿคนย Implement a feature for Product Detail Pages (PDPs) on a Shopify store where product-specific FAQs are configured and managed through Shopify's metafields with reference to metaobjects.**

  1. Utilize one of the default Dawn sections for this purposeย WITHOUTย adding any code changes.

  2. Use a Liquid to retrieve this data on the Product Detail Page (PDP)