---
metadata:
  - name: generator
    content: Diplodoc Platform v5.57.3
alternate:
  - https://yandex.ru/dev/kit/ru/openapi/Magazin/GetStoreFeeds.md
  - href: https://yandex.ru/dev/kit/ru/openapi/Magazin/GetStoreFeeds.md
    type: text/markdown
    title: Markdown version
  - href: https://yandex.ru/dev/kit/ru/llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/kit/ru/llms.txt

<div class="openapi">

# Получение ссылок на фиды каталога

<!-- markdownlint-disable-file -->

Возвращает ссылки на фиды каталога магазина — регулярные выгрузки товаров.

Ссылка на фид постоянная — она не меняется при обновлении содержимого фида.
Достаточно получить ее один раз и периодически скачивать по ней сам фид.

## Request

<div class="openapi__requests">

<div class="openapi__request__wrapper" style="--method: var(--dc-openapi-methods-get);margin-bottom: 12px">

<div class="openapi__request">

GET {.openapi__method}
```text translate=no
https://api.kit.yandex.net/v1/store/feeds
```

</div>

</div>

</div>

## Responses

<div class="openapi__response__code__200">

## 200 OK

Список фидов каталога.

<div class="openapi-entity">

### Body

{% cut "application/json" %}

```json translate=no
{
  "feeds": [
    {
      "type": "ICML",
      "url": "https://yastore-prod-persist.s3.yandex.net/feeds/icml/019b21d9-c5d9-777d-80bd-d67c664bc6d9.xml"
    }
  ]
}
```

{% endcut %}

#|
|| **Name** | **Description** ||
||

_feeds_{.json-schema-reset .json-schema-property .json-schema-required}
{.table-cell}|
**Type**: [Feed](#entity-Feed)[]

Список фидов каталога.

{% cut "**Example**" %}{.json-schema-example}

```json translate=no
[
  {
    "type": "ICML",
    "url": "https://yastore-prod-persist.s3.yandex.net/feeds/icml/019b21d9-c5d9-777d-80bd-d67c664bc6d9.xml"
  }
]
```

{% endcut %}
{.table-cell}
||
|#{.json-schema-properties}

</div>

<div class="openapi-entity">

### FeedType {#entity-FeedType}

Тип фида:
- `ICML` — для RetailCRM;
- `YML` — для Яндекс Директа;
- `YML_GOODS` — для Яндекс Товаров.

**Type**: string

_Enum:_{.json-schema-reset .json-schema-value} `ICML`, `YML`, `YML_GOODS`

</div>

<div class="openapi-entity">

### Feed {#entity-Feed}

Фид каталога.

#|
|| **Name** | **Description** ||
||

_type_{.json-schema-reset .json-schema-property .json-schema-required}
{.table-cell}|
**Type**: [FeedType](#entity-FeedType)

Тип фида:
- `ICML` — для RetailCRM;
- `YML` — для Яндекс Директа;
- `YML_GOODS` — для Яндекс Товаров.

_Enum:_{.json-schema-reset .json-schema-value} `ICML`, `YML`, `YML_GOODS`
{.table-cell}
||
||

_url_{.json-schema-reset .json-schema-property .json-schema-required}
{.table-cell}|
**Type**: string&lt;uri&gt;

Постоянная ссылка на фид.

_Example:_{.json-schema-reset .json-schema-example} `https://yastore-prod-persist.s3.yandex.net/feeds/icml/019b21d9-c5d9-777d-80bd-d67c664bc6d9.xml`
{.table-cell}
||
|#{.json-schema-properties}

{% cut "**Example**" %}{.json-schema-example}

```json translate=no
{
  "type": "ICML",
  "url": "https://yastore-prod-persist.s3.yandex.net/feeds/icml/019b21d9-c5d9-777d-80bd-d67c664bc6d9.xml"
}
```

{% endcut %}

</div>

</div>

<div class="openapi__response__code__401">

## 401 Unauthorized

Не авторизован.

<div class="openapi-entity">

### Body

{% cut "application/json" %}

```json translate=no
{
  "code": "VALIDATION_ERROR",
  "message": "Invalid input",
  "trace_id": "00000000000000000000000000000000"
}
```

{% endcut %}

#|
|| **Name** | **Description** ||
||

_code_{.json-schema-reset .json-schema-property .json-schema-required}
{.table-cell}|
**Type**: string

_Example:_{.json-schema-reset .json-schema-example} `VALIDATION_ERROR`
{.table-cell}
||
||

_message_{.json-schema-reset .json-schema-property .json-schema-required}
{.table-cell}|
**Type**: string

_Example:_{.json-schema-reset .json-schema-example} `Invalid input`
{.table-cell}
||
||

_trace_id_{.json-schema-reset .json-schema-property .json-schema-required}
{.table-cell}|
**Type**: string

Уникальный идентификатор запроса для отладки.

_Example:_{.json-schema-reset .json-schema-example} `00000000000000000000000000000000`
{.table-cell}
||
|#{.json-schema-properties}

</div>

</div>

<div class="openapi__response__code__500">

## 500 Internal Server Error

Внутренняя ошибка сервера.

<div class="openapi-entity">

### Body

{% cut "application/json" %}

```json translate=no
{
  "code": "VALIDATION_ERROR",
  "message": "Invalid input",
  "trace_id": "00000000000000000000000000000000"
}
```

{% endcut %}

#|
|| **Name** | **Description** ||
||

_code_{.json-schema-reset .json-schema-property .json-schema-required}
{.table-cell}|
**Type**: string

_Example:_{.json-schema-reset .json-schema-example} `VALIDATION_ERROR`
{.table-cell}
||
||

_message_{.json-schema-reset .json-schema-property .json-schema-required}
{.table-cell}|
**Type**: string

_Example:_{.json-schema-reset .json-schema-example} `Invalid input`
{.table-cell}
||
||

_trace_id_{.json-schema-reset .json-schema-property .json-schema-required}
{.table-cell}|
**Type**: string

Уникальный идентификатор запроса для отладки.

_Example:_{.json-schema-reset .json-schema-example} `00000000000000000000000000000000`
{.table-cell}
||
|#{.json-schema-properties}

</div>

</div>

</div>

[*Deprecated]: No longer supported, please use an alternative and newer version.