How to get all shop's all product reviews by Metafield API

Is it possible to get all shop’s all product reviews by Metafield API.

Basically the requirement is to grab latest 5(or all) reviews put on shop by Shopify’s Product Review App app https://apps.shopify.com/product-reviews.

I think it can be done via Metafield API using shopify_api gem using Ruby on rails but now sure how to do this.

Any help to get this via RoR ??

1 Like

Short answer - no. Only a portion of the review data is stored witin a metafield.
The actual review content (being comments from a customer) is stored on the app server and loaded with JavaScript.

Hey Jason,

Thanks for quick response.

I got your point. They only save a portion of the review data witin a metafield.

I was hoping that I could get those latest updated metafields with namespace ‘spr’ attached with a product and Looping those product array to get reviews.

May be..

Do you have any alternate way @Jason ?

Other apps like Reviews Addon (https://apps.shopify.com/product-reviews-addon) are somehow able to post reviews into the Shopify Reviews app when people leave reviews on their site (or inside an email). They must have access to some sort of an API even though everyone is saying there is no API. I wonder how they do it.