---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://yandex.com/dev/market/partner-api/doc/en/step-by-step/ratings.md
  - https://yandex.com/dev/market/partner-api/doc/ru/step-by-step/ratings.md
  - https://yandex.com/dev/market/partner-api/doc/zh/step-by-step/ratings.md
  - href: en/step-by-step/ratings.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/market/partner-api/doc/en/llms.txt

# Quality index

You can use the API to find out:

* the value of the store quality index and its components;
* information about orders that affected the quality index.

Read more about the quality index. [in the Help of the Market for sellers](https://yandex.ru/support2/marketplace/ru/quality/score/).

<!-- source: en/_includes/mermaid/ratings.md -->
```mermaid
%%{
  init: {
    'theme': 'base',
    'themeVariables': {
      'primaryColor': '#FDF3E8',
      'primaryTextColor': '#000000',
      'primaryBorderColor': '#BA9C80',
      'lineColor': '#BA9C80',
      'secondaryColor': '#94E1C4',
      'tertiaryColor': '#F84E57',
      'noteBkgColor': '#FED58D'
    }
  }
}%%

sequenceDiagram
    participant Merchant as Your store
    participant Market as Yandex Market

    rect rgb(251, 243, 232)
        note right of Merchant: Getting the quality index value
        Merchant ->>+ Market: Campaign IDs<br>POST v2/businesses/{businessId}/ratings/quality
        Market -->> Merchant: OK: store quality index value and its components.
    end

    rect rgb(251, 243, 232)
        note right of Merchant: Getting orders that affected the quality index
        Merchant ->>+ Market: Campaign ID<br>POST v2/campaigns/{campaignId}/ratings/quality/details
        Market -->> Merchant: OK: list of orders that affected the quality index.
    end
```
<!-- endsource: en/_includes/mermaid/ratings.md -->

1. To find out the value of the quality index, pass the campaign IDs in the request. [POST v2/businesses/{businessId}/ratings/quality](https://yandex.com/dev/market/partner-api/doc/en/reference/ratings/getQualityRatings.md).
2. To get information about orders that affected the store's quality index, use a request [POST v2/campaigns/{campaignId}/ratings/quality/details](https://yandex.com/dev/market/partner-api/doc/en/reference/ratings/getQualityRatingDetails.md).
