---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://yandex.com/dev/market/partner-api/doc/en/step-by-step/recommendations.md
  - https://yandex.com/dev/market/partner-api/doc/ru/step-by-step/recommendations.md
  - https://yandex.com/dev/market/partner-api/doc/zh/step-by-step/recommendations.md
  - href: en/step-by-step/recommendations.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

# Yandex.Market recommendations for cards

Sometimes in response to [POST v2/businesses/{businessId}/offer-cards](https://yandex.com/dev/market/partner-api/doc/en/reference/content/getOfferCardsContentStatus.md) you will receive **recommendations** by filling out the cards in the field `recommendations`.

See the type of recommendation you received in the field `recommendations` → `type`. Find this type in the documentation and see which product fields relate to this type of recommendation:

{% list tabs %}

- Main product parameters

  1. See the documentation for the meaning of the recommendation and which parameter needs to be changed or filled in.
  2. Edit the parameter using a request [POST v2/businesses/{businessId}/offer-mappings/update](https://yandex.com/dev/market/partner-api/doc/en/reference/business-offer-mappings/updateOfferMappings.md).

- Categorical characteristics of the product

  1. See the documentation for the meaning of the recommendation.
  2. Make a request [POST v2/category/{categoryId}/parameters](https://yandex.com/dev/market/partner-api/doc/en/reference/content/getCategoryContentParameters.md).
  3. Select the characteristics from the response that are in the array `recommendationTypes` there is the right type. For example, if you received a recommendation like `MAIN`, you need characteristics marked `MAIN` in `recommendationTypes`.
  4. Send the values of the characteristics using a request [POST v2/businesses/{businessId}/offer-cards/update](https://yandex.com/dev/market/partner-api/doc/en/reference/content/updateOfferContent.md).

{% endlist %}

{% note tip "Also read the instructions" %}

* [Adding and editing products](https://yandex.com/dev/market/partner-api/doc/en/step-by-step/assortment-add-goods.md)
* [Changing categorical characteristics](https://yandex.com/dev/market/partner-api/doc/en/step-by-step/content-change.md)
* [Managing goods in the archive](https://yandex.com/dev/market/partner-api/doc/en/step-by-step/assortment-archive.md)

{% endnote %}
