> 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/how-to-import-items-from-amazon.md).

# How to add ASINs?

## Importing ASINs from Amazon

If the added seller is [connected to Amazon in your account settings](https://docs.onedaybundle.com/onedaybundle/english/work-with-items/fba-inventory/pages/-MDyQJLOD_XKpmnWEk4J#step-2.-connecting-the-seller-to-amazon.), you will have the option to import products from Amazon.&#x20;

We recommend you start your work by initiating an import. Using this option, all the necessary information will be added to the program and it will only take a few minutes.

{% hint style="warning" %}
You can repeat the import process no earlier than 5 hours after the previous one.
{% endhint %}

If a new listing has been added to Seller Central, you will need to re-import or [manually add](/onedaybundle/english/work-with-items/fba-inventory/how-to-import-items-from-amazon.md#adding-asins-manually) the asin to the program.

{% hint style="warning" %}
During the import process, we add only those products whose SKUs are not found in the ODB database. If a product has already been added previously, another product with the same data will not be created, but the product data (such as Price, availability, etc.) will be updated.
{% endhint %}

&#x20;To start importing, click on the "**Import From Amazon**" button. This process will take some time.

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

{% hint style="success" %}
Refresh the page to see the changes.
{% endhint %}

{% hint style="warning" %}
You will need to add the ASIN composition yourself in order for these ASINs to be added to the FBA shipping.
{% endhint %}

## Adding ASINs manually

To add asin to the program manually, click on the "Add" button

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

In the window that opens, you will first need to select the seller for whom this asin will be created if you have several sellers added to your account. By default, the active seller will be selected. Next, you must enter your ASIN ID. After this, the name and photo will automatically appear. It is not possible to change the name and photo.

The "Merchant SKU" field will need to be filled in manually according to the data from Seller Central.

{% hint style="info" %}
The "Merchant SKU" field is a **required** field and is also **unique** in the database: there cannot be 2 identical SKUs in the database.
{% endhint %}

The "UPC" field is an optional field but may be useful for searching for a product. The fields "FNSKU", "Dimension" and "Weight" are inactive for editing, they are automatically filled in only in case of import.

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

When manually adding ASIN, you will immediately need to add the item component.

{% hint style="info" %}
Composition is information for warehouse employees about which supplier’s goods need to be taken and in what quantity to complete 1 asin.
{% endhint %}

Read the next section to learn how to add the Item component.

After saving the data, information with type ASIN (Individual, Set or Bundle) (1) will appear on the product card page. The type of asin depends on the item component that is added. Also in the Stock records section (2) in the future there will be information about which FBA shipments this asin is packaged in.

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

{% embed url="<https://www.youtube.com/watch?t=9s&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/how-to-import-items-from-amazon.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.
