skip to Main Content

I need to get latest reviews from Shopify and it’s ratings.
I found official Shopify reviews app with code snippet
which needs to be placed in theme template file, but there seems
to be no way to get these reviews through API or through webhooks.

Is there any other app for reviews in Shopify with open API?

2

Answers


  1. I asked Shopify to create a webhook for their review app but the response was that they do not integrate with third party apps, unfortunately.

    I’m not sure about getting historical reviews, but you can capture reviews that are created in the review form by adding an additional submit event handler in your script tag and submitting the data to your server via XHR.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search