Hi there,
To list all the reviews from a specific product, you can use
Please note that you can find the product_id while inspecting our app
I need to use shopify (External Product id) to find reviews instead of judge.me(Internal product id)?
Hi Akshay,
I'm afraid that is not possible.
It can only done by using the internal_id, please find below how to get it:
- You can call this API (https://judge.me/api/docs#operation/products#index) to get a product list (with internal IDs included) and save it for later use
- You can call this API (https://judge.me/api/docs#operation/products#get) to get the internal ID for a specific product before calling another API using that ID
- Or like my colleague mentioned in the latest reply by inspecting the product dashboard https://judge.me/products (screenshot file attached)
Akshay Bahadarpure
Need api for to find reviews of products in json format.