Retrieve Product Ratings
Retrieve product ratings from the site
Use this endpoint to grab a product's rating from a store if you only have the store's domain/url:
Retrieve a specific product's aggregate rating information (average rating and rating/review count).
Authorizations
api_keystringRequired
You can find your partner API key in your partner portal dashboard.
Path parameters
idstringRequiredExample:
Product ID want to retrieve the rating for. External product ID is also accepted here.
fpro_12abQuery parameters
domainstringRequiredExample:
Domain, URL, public key or Fera ID of the shop/store.
example.myshopify.comResponses
200
Successful response
application/json
404
Not found error
application/json
get
/stores/products/{id}/ratingCode Examples
Last updated
Was this helpful?