Shopify's Metafields data

  • Updated

This guide shares the Shopify Metafields that Stamped interacts with regarding product reviews data. Shopify Metafields are a useful way to store basic reviews information with Shopify. While use of Metafields is not required, it's often recommended as this allows key data to load alongside your Shopify theme.

For more information on Shopify Metafields, see here.


In This Guide


Available Metafields Data

Note: We currently recommend avoiding the use of metafields to ensure widgets maintain accurate details without delays. 

Here are the liquid metafields namespaces:

{{ product.metafields.stamped.reviews_average | round:2 }} Returns the product's reviews aggregate rating
{{ product.metafields.stamped.reviews_count }} Returns the product's reviews total count
{{ product.metafields.reviews.rating.value }} Returns the product's reviews aggregate rating (New namespace)
{{ product.metafields.reviews.rating_count.value }} Returns the product's reviews total count (New namespace)

 

Was this article helpful?

0 out of 2 found this helpful

Have more questions? Submit a request