To fetch a single product’s reviews from Judge.me, you need their internal product_id
, not Shopify’s.
Use the Judge.me API endpoint /reviews
with the correct product_id
as a query parameter.
If product_id
is unknown, fetch all reviews and filter by product_title
on your backend or frontend.
all review listing after filter not possible ,
suggest any alternative method