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:
get
https://api.fera.ai/v3/partners
/stores/products/{id}/rating
Retrieve Product Ratings
CURL
curl --request GET \
--url https://api.fera.ai/v3/partners/stores/products/123456789/rating?domain=example.com \
--header 'Api-Key: YOUR_PARTNER_API_KEY'
# See JSON response examples above
Last modified 4mo ago