> For the complete documentation index, see [llms.txt](https://anymind-group.gitbook.io/anylogi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anymind-group.gitbook.io/anylogi/en_us/label/onboarding/sku.md).

# Step.5  Register the product master

Please refer to the following for how to register the product master.

{% content-ref url="/pages/-McDUfY13VQzI-QJKjo6" %}
[Register SKU](/anylogi/en_us/intro/sku.md)
{% endcontent-ref %}

### ①Click "Add SKU" button.

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

### ②Input the puroduct imformation

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

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

| item                                                                                       | Description                                                                                                                                                                                                                                      |
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Product name&#x20;**<mark style="color:red;">**(required)**</mark>                       | <p>Product name in English <strong>(Since it will be listed on the invoice as cargo details, it is recommended to describe not only the product name but also the contents of the cargo.)</strong> <br>Example: Original T-shirts (Clothing)</p> |
| **Summary**                                                                                | Product Notes                                                                                                                                                                                                                                    |
| **Country of origin&#x20;**<mark style="color:red;">**(required)**</mark>                  | Country in which the goods were produced or manufactured                                                                                                                                                                                         |
| **SKU number (barcode information)**                                                       | Unique rule number used for inventory control (= JAN code)                                                                                                                                                                                       |
| **Tag**                                                                                    | brand name                                                                                                                                                                                                                                       |
| **Supplier Name**                                                                          | Company Name                                                                                                                                                                                                                                     |
| **HS code&#x20;**<mark style="color:red;">**(required for international shipping)**</mark> | <p>Product identification code<br> (4-digit number + "." + 2 digits)<br> Example: <mark style="background-color:yellow;"><strong>0000.00</strong></mark></p>                                                                                     |
| **Product Master Special Notes**                                                           | Product Notes                                                                                                                                                                                                                                    |

When using international shipping, HS code and country of origin must be set. \
These information will be used for customs clearance procedures, so be sure to set them.

## Country Of Origin

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

Foreign shipments with **false or misleading indications** of origin will not be permitted to clear customs. The term "origin" generally refers to the country or region where the goods were actually produced or manufactured.

False representation" means a representation that a shipment was produced or manufactured in a country or region other than the place of origin. For example, "Made in ○○", "Produced in ○○", "Fabricated in ○○", etc., where the name of a country other than the origin of the shipment is indicated together with a phrase indicating the origin of the shipment.

However, if the imported goods are subparts, containers, packages, labels, etc., and the origin of the articles manufactured from such subparts, articles placed in such containers, articles wrapped by such packages, articles to which such labels are affixed, etc., is indicated on such imported goods and such origin is different from the origin of the imported goods, then If the origin of the imported goods is different from the origin of the imported goods, the importer of the imported goods (including the consignor of the import) may, if necessary If the origin of the goods to which such labels are affixed is indicated on the imported goods and the origin of the goods differs from the origin of the imported goods, the label will not be treated as a "false indication of origin" if the use of the goods is confirmed by a written undertaking to that effect submitted by the importer of the imported goods (including consignors of imports) as necessary.


---

# 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://anymind-group.gitbook.io/anylogi/en_us/label/onboarding/sku.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.
