> For the complete documentation index, see [llms.txt](https://wiki.indeepa.com/2.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.indeepa.com/2.0/algoritm-deistvii-pri-neobkhodimosti-obnovleniya-artikula-ozon-cherez-lk.md).

# Алгоритм действий при необходимости обновления артикула Ozon через ЛК

Проблема:

Сейчас репрайсер не сохраняет резервную копию настроек. Если вы поменяете артикул товара в личном кабинете Ozon Seller, то старые настройки цен в репрайсере пропадут безвозвратно.

**Почему так происходит?**

У каждого товара есть два идентификатора:

* **ProductId** — внутренний идентификатор маркетплейса Ozon.
* **OfferId** — ваш артикул товара в ЛК Ozon, по которому репрайсер «узнаёт» товар и применяет настройки.

## Что делать, чтобы не потерять настройки:

1. Перед изменением артикула скачайте текущие настройки из репрайсера (сделайте бэкап). Для этого нажмите на три точки **→** Настройки **→** **Ozon.Repricer. Пользовательские настройки на товар**.&#x20;

<figure><img src="/files/9EpwzGIUTzIWEfyis0tS" alt=""><figcaption></figcaption></figure>

2. Затем скачайте файл настроек.

<figure><img src="/files/A2DgAKWKuXxqmwc5MKTq" alt=""><figcaption></figcaption></figure>

3. Поменяйте **артикул** в личном кабинете Ozon Seller.&#x20;
4. Убедитесь, что товар с новым артикулом появился в репрайсере.

<figure><img src="/files/r1tXMXj5OCavktYbcD8A" alt=""><figcaption></figcaption></figure>

5. Откройте скачанный файл, замените старый артикул на новый.

<figure><img src="/files/KQOHY0ISL1PeNMD2mWuW" alt=""><figcaption></figcaption></figure>

6. Загрузите файл обратно в репрайсер для восстановления настроек.

<figure><img src="/files/J4KXv14Gg5cjcDJVHrtN" alt=""><figcaption></figcaption></figure>

6. После загрузки файла убедитесь, что все параметры корректно применены.

{% hint style="warning" %}

* Никогда не теряйте старые OfferId — это единственный способ восстановить настройки.
* Перед массовыми изменениями протестируйте процесс на 1–2 артикулах.
* Перед любыми изменениями в OfferId сохраняйте файл настроек.
* Фильтруйте список, чтобы выделить только нужные артикулы для изменений.
  {% endhint %}

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.indeepa.com/2.0/algoritm-deistvii-pri-neobkhodimosti-obnovleniya-artikula-ozon-cherez-lk.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
