> 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/fba_shipments/2d-barcodes.md).

# 2D Barcodes

Используя OneDayBundle APP вы можете передавать в Амазон информацию о содержимом коробки - количество товаров и сроков годности (при необходимости) для любого FBA шипмента.&#x20;

<figure><img src="/files/2eku7ufsvxo2xWckprEt" alt=""><figcaption></figcaption></figure>

Amazon при получений на склад коробок просто отсканирует 2D barcode для определения содержимого конкретной коробки. Данные о содержимом коробок автоматически поступит в систему, соответственно это существенно сократит время между моментом приема товара и поступлением его в продажу.&#x20;

Для примера, шипмент на скриншоте ниже поступил и был принят в течение 24 часов.&#x20;

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

Для примера, без 2D barcodes при поступлении товара на склад Amazon сотрудникам склада нужно открыть каждую коробку и вручную пересчитать каждый товар и записать данные в систему учета. Это может занять довольно продолжительное время, иногда более месяца.&#x20;

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

{% hint style="danger" %}
ВАЖНО! Не предоставление точной информации о содержимом коробки в любой форме может привести к блокировке будущих поставок и взиманию платы за обработку приемки вручную.
{% endhint %}

### Как настроить **2D Barcodes?**

Для того, чтобы воспользоваться этой возможностью, вначале нужно активировать ее в настройках Seller central. Для этого перейдите в раздел [Fulfillment by Amazon settings](https://sellercentral.amazon.com/gp/ssof/configuration/index.html/ref=xx_fbasettings_dnav_xx) => **Inbound Settings** => **Edit**. Далее нажмите на кнопку **Enable** и далее отметьте **2D Barcodes for Box Content Information**. Далее сохраняете изменения кнопкой **Update.**

После этого переходите в [настройки OneDayBundle аккаунта](https://beta.onedaybundle.com/settings) и включаете опцию "Use 2D-barcode".

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

{% hint style="warning" %}
Обратите внимание, что опция использования 2D-barcode на данный момент доступна только для шипментов с типом отправок коробками (Small Parcel). Для LTL будет доступна в ближайшее время!
{% endhint %}

Как только все настройки будут сделаны, при создании нового шипмента на шаге "Choose prep\&Label owner" появится отметка по использованию 2D Barcodes. Она будет по умолчанию уже активна.

<figure><img src="/files/5Ko6jtFZFHQQdYiUTKBt" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Генерация 2D-barcode через программу OneDayBundle абсолютно бесплатна!
{% endhint %}


---

# 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/fba_shipments/2d-barcodes.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.
