> 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/prochie-instrukcii/podklyuchenie-kabineta-megamarket.md).

# Подключение кабинета МегаМаркет

### Подключение кабинета DBS (Доставка со склада продавца)

1. В интерфейсе Huckster откройте раздел Кабинеты.
2. В выпадающем списке кабинетов выберите SberMegaMarket.

![выбор кабинета](/files/2b6a1e90e37d8519270a76b267b8878ae2157f04)

1. Откройте личный кабинет продавца на <https://partner.megamarket.ru/>.
2. Перейдите в Настройки → Интеграция по API.
3. Скопируйте ID кабинета и авторизационный токен.
4. Вставьте полученные данные в Huckster в соответствующие поля.
5. Сохраните изменения и убедитесь, что кабинет успешно добавлен.

### Подключение кабинета FBO (Fulfillment by Operator) или если токена НЕТ

Если у вас кабинет FBO или отсутствует API-токен, необходимо запросить его у службы поддержки СберМегаМаркет:

1. Откройте чат с поддержкой, расположенный в правом нижнем углу кабинета продавца.

![чат поддержки](/files/c6ca171ccbb131831718dc7f7ce389d43b5cc50f)

Напишите следующее сообщение (замените XXXX на ваш ID кабинета, который находится в верхней части интерфейса сайта):

*Здравствуйте, нужно сгенерировать авторизационный токен, для интеграции по api для кабинета ID:* **XXXX**

![пример сообщения](/files/d4f6b0ffa8b9c785512cc06bb50469d5003cd784)

1. Дождитесь ответа от службы поддержки. После получения токена вставьте его в Huckster (Настройки → Кабинеты → SberMegaMarket).
2. Сохраните изменения и проверьте успешность подключения.

<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/prochie-instrukcii/podklyuchenie-kabineta-megamarket.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.
