> 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/inventory/fba-inventory/dobavlenie_sostava_asina.md).

# Item components

Item components - это информация информационный блок на странице ASIN, который информирует сотрудников склада, о том какой товар поставщика нужно взять на складе и в каком количестве для комплектации 1 асина.

Асины могут быть трёх типов: индивидуальный, сэт, бандл.&#x20;

## Индивидуальный (Individual)

**Индивидуальный** - это асин, который имеет в составе только 1 товар поставщика в количесвте 1 шт. Это самый простой вариант товара продавца.

{% hint style="danger" %}
Если у товара не указан состав, такой товар не может быть укомплектован из товаров-ресурсов и, соответственно, шипмент с его участием не может быть отправлен на Amazon.
{% endhint %}

Для того, чтобы добавить состав асина с типом "индивидуальный" необходимо выбрать из выпадающего списка товаров поставщика один товар поставщика и указать количество 1.&#x20;

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

{% hint style="warning" %}
В выпадающем списке будут только те товары поставщика, которые ранее были добавлены в разделе [Товары поставщика](https://cp.onedaybundle.com/ru/supplier-items). Если товар поставщика не удается найти, значит либо он [не был добавлен](/onedaybundle/work-with-items/inventory/products.md#sozdanie-tovara-postavshika) в разделе Товары поставщика, либо вы пытаетесь добавить товар поставщика, который в программу был добавлен для другого вашего продавца, а [опция взаимного использования ресурсов](https://docs.onedaybundle.com/onedaybundle/work-with-items/inventory/fba-inventory/pages/-MDyQJLOD_XKpmnWEk4J#shag-1.-dobavlenie-novogo-prodavca) не включена.&#x20;
{% endhint %}

Нажмите "Save" вверху формы для сохранения изменений.

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

{% hint style="success" %}
Данный индивидуальный товар готов к тому, чтобы использовать его в шипментах.
{% endhint %}

## Сеты (Sets)

**Сеты (Sets)** - это ASIN, который имеет в составе один товар поставщика (один SKU) с количеством две и более единицы. Помимо соблюдения требований к упаковке Amazon, им требуется дополнительная подготовка на складе.&#x20;

<figure><img src="/files/26os6Ob4mjpE9P47jEPy" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
После сохранения тип товара автоматически изменится на "Set"
{% endhint %}

## **Бандлы (Bundles)**

**Бандлы (Bundles)** - это ASIN, который имеет в составе два и более товара поставщика (2 или более SKU) с количеством две и более единицы. Помимо соблюдения требований к упаковке Amazon, им требуется дополнительная подготовка на складе.&#x20;

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

{% hint style="success" %}
После сохранения тип товара автоматически изменится на "Бандл"
{% endhint %}

{% embed url="<https://www.youtube.com/watch?t=94s&v=u9mTPNwYrcE>" %}


---

# 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/inventory/fba-inventory/dobavlenie_sostava_asina.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.
