> 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/english/work-with-items/fba-inventory/individual-items.md).

# Item components

Item components is an information block on the ASIN page that informs warehouse employees about which supplier’s product needs to be taken from the warehouse and in what quantity to complete 1 ASIN.&#x20;

Asins can be of three types: individual, set, bundle.

## Individual asin

**Individual** is an asin that contains only 1 supplier’s product in the amount of 1 piece. This is the simplest version of the seller's product.&#x20;

{% hint style="danger" %}
If ASIN has no components, such ASIN can not be assembled of products and shipped to Amazon.
{% endhint %}

In order to add an item components with the “individual” type, you must select **one product** from the drop-down list of supplier products and specify the **quantity one.**

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

{% hint style="warning" %}
The drop-down list will only contain those supplier products that were previously added in the [Products](https://cp.onedaybundle.com/products) section. If a product cannot be found, it means that it was not added in the Products section, or you are trying to add a product that was added to the program for another of your sellers, and the option "Use supplier's from all sellers" is not active.
{% endhint %}

Click "Save" at the top of the form to save your changes.

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

{% hint style="success" %}
This individual product is ready to be used in shipping.
{% endhint %}

## Sets

**Sets** are an ASIN that contains **one product** (one SKU) with a quantity of **two or more units**. In addition to Amazon's packaging requirements, they require additional packing in the warehouse.

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

{% hint style="success" %}
After saving, the product type will automatically change to "Set"
{% endhint %}

## Bundle

Bundles are an ASIN that contains **two or more**  products (2 or more SKUs) with a quantity of **two or more units**. In addition to Amazon's packaging requirements, they require additional packing in the warehouse.

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

{% hint style="success" %}
After saving, the product type will automatically change to "Bundle"
{% 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/english/work-with-items/fba-inventory/individual-items.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.
