> For the complete documentation index, see [llms.txt](https://resolve-wiki.huckster.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resolve-wiki.huckster.ru/repraiser/zapusk-i-primenenie-repraisera-na-ozon/instrukciya-po-obnovleniyu-tokena-ozon-v-huckster.md).

# Инструкция по обновлению токена Ozon в Huckster

{% hint style="info" %}
Операция обновления токена для сервиса Huckster может потребоваться в следующих случаях:

* При первоначальном подключении кабинета к сервису Huckster.
* При истечении срока действия текущего токена.
* Если изменены настройки доступа API в личном кабинете Ozon.
* В случае возникновения ошибок при синхронизации данных между Ozon и Huckster.

Проверить необходимость обновления токена можно в Huckster во вкладке Кабинеты → Кабинет Ozon → Паспорт кабинета. Если токен недействителен, система выдаст соответствующее предупреждение.
{% endhint %}

### Первый шаг: Генерация нового токена Ozon

1. Перейдите в личный кабинет продавца Ozon: <https://seller.ozon.ru/>.

2. Откройте **Настройки** → **API интеграции**.

3. Нажмите **Создать новый API-ключ**.

4. Выберите необходимые права доступа для токена:

   * Company (Информация о продавце)
   * Product (Информация о товарах, Установка цен)
   * Pricing strategy (Цены и скидки)
   * Actions (Акции на товары)
   * Description Category (Категории и характеристики товаров)
   * Warehouse (Информация по складам)
   * Returns (Возвраты товаров)
   * posting FBO (Продажи по схеме FBO)
   * posting FBS (Продажи по схеме FBS)
   * Reports (Получение отчетов)

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

5. Подтвердите создание и скопируйте сгенерированный API-ключ.

### Второй шаг: Внесение нового токена в Huckster

1. В Huckster откройте **Кабинеты** → выберите **Ozon**.
2. Перейдите во вкладку **Паспорт кабинета**.
3. Вставьте новый токен в соответствующее поле.
4. Нажмите **Сохранить**.
5. Проверьте работоспособность, нажав **Проверка токена**.

![](/files/52d8b0d392fa97b23489f37e89a22e5b4d771a7d)

<a href="/pages/Ujc9WABY0kQcBsyWztSI" class="button primary">Контакты поддержки</a>


---

# 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://resolve-wiki.huckster.ru/repraiser/zapusk-i-primenenie-repraisera-na-ozon/instrukciya-po-obnovleniyu-tokena-ozon-v-huckster.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.
