> For the complete documentation index, see [llms.txt](https://partner-docs.fera.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://partner-docs.fera.ai/developers/partner-api/retrieve-product-ratings.md).

# Retrieve Product Ratings

Use this endpoint to grab a product's rating from a store if you only have the store's domain/url:

{% openapi src="/files/ygM7CvHEG9iCED8GuzYQ" path="/stores/products/{id}/rating" method="get" %}
[openapi-3.1.0.json](https://1246828530-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNVWFhwTurA1YksUJWXq9%2Fuploads%2Ff1bEq2mvfT2UQuhs3rGx%2Fopenapi-3.1.0.json?alt=media\&token=7a659129-af32-4f56-af5c-2e79deaa479d)
{% endopenapi %}

### Code Examples

{% tabs %}
{% tab title="CURL" %}

```shell
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
```

{% endtab %}
{% endtabs %}
