> For the complete documentation index, see [llms.txt](https://docs.onedaybundle.com/onedaybundle/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onedaybundle.com/onedaybundle/work-with-items/inbound/s-chego-nachat.md).

# С чего начать?

Если вами еще не заказан товар, но он уже подобран, нужно оформлять заказ на адрес нашего склада (3038 SW 42nd St, Fort Lauderdale, FL, 33312) и в поле получатель ОБЯЗАТЕЛЬНО нужно указать имя, с которым вы зарегистрировали аккаунт/продавца. Если товар уже заказан, то после регистрации в программе, ОБЯЗАТЕЛЬНО нужно осуществить следующие шаги **именно в той последовательности**, в которой они описаны ниже:

1. в разделе "[Supliers](https://cp.onedaybundle.com/suppliers)" добавить нового поставщика, от которого Вы ожидаете товар. В названии поставщика укажите название сайта, на котором сделали заказ (подробнее в [этой статье](https://docs.onedaybundle.com/rabota-s-tovarami/postavshiki));
2. в разделе "[Products](https://cp.onedaybundle.com/supplier-items)" создать товары, которые будут доставлены на склад от этого поставщика. Для каждой заказанной в позиции (каждого SKU) должен быть создан отдельный товар поставщика (подробнее в [этой статье](https://docs.onedaybundle.com/rabota-s-tovarami/tovary-postavshikov-resursy));
3. в раздел "[Inbound products](https://cp.onedaybundle.com/supplies)" создать новую поставку, в которой нужно выбрать название поставщика, от которого поступит товар,  указать список всех товаров и треков, в которых был отправлен заказ (подробнее в [этой статье](https://docs.onedaybundle.com/rabota-s-tovarami/postavki));
4. в разделе "[FBA Inventory](https://cp.onedaybundle.com/selleritems)" [импортируйте все асины](https://docs.onedaybundle.com/rabota-s-tovarami/fba-inventory/dobavlenie_asinov#import-tovarov-s-amazon) в FBA Inventory Amazon. Асины можно импортировать ТОЛЬКО после [подключения продавца к Amazon](https://docs.onedaybundle.com/onedaybundle/work-with-items/inbound/pages/-MDyQJLOD_XKpmnWEk4J#shag-2.-podklyuchenie-prodavca-k-amazon.). Когда импорт завершится, нужно обязательно [добавить к каждому товару состав](/onedaybundle/work-with-items/inventory/fba-inventory/dobavlenie_sostava_asina.md): т.е. указать какой товар поставщика, который к нам поступил/поступит на склад, нужно будет взять и в каком количестве, чтобы укомплектовать 1 ASIN.  (подробнее в [этой статье](https://docs.onedaybundle.com/rabota-s-tovarami/import-sozdanie-i-redaktirovanie-tovarov));
5. в разделе "[FBA Shipments](https://cp.onedaybundle.com/ru/shipments)" добавить новый шипмент из программы ODB с помощью кнопки "NEW SHIPMENT+" и отправить его на упаковку (подробнее в статье "[этой статье](/onedaybundle/work-with-items/fba_shipments/sozdanie-shipmenta-iz-akkaunta-odb.md)").<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://docs.onedaybundle.com/onedaybundle/work-with-items/inbound/s-chego-nachat.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.
