> 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/intro/sku/single.md).

# Register Single SKU

## Step 1: Register SKU on AnyLogi

### ① Access `SKU` page

<div align="left"><img src="/files/-Mgoq6fe2d6pzbk3XWEX" alt=""></div>

### ② Click `Add SKU`

<div align="left"><img src="/files/-MgoqeuzS2Pzk0sQJAD2" alt=""></div>

###

### ③ Make sure `Single` is selected

<div align="left"><img src="/files/-Mgor574yPFJok87fLek" alt=""></div>

### ④ Enter Product Information

| Item               | Description                                                                                     |
| ------------------ | ----------------------------------------------------------------------------------------------- |
| **Product Name\*** | Name of the product                                                                             |
| **Content\***      | Brief explanation of the SKU                                                                    |
| **SKU**            | Unique code assigned to each and every SKU. It will be automatically generated when left blank. |
| **Tags**           | Key word used when searching for SKUs                                                           |
| **SKU Note**       | Note related with the SKU                                                                       |
| **Image\***        | Image shown at the very left column in SKU list table                                           |

{% hint style="success" %}
We recommend you to automatically generate SKU ID.

When it is left blank, 13 digit number will be randomly generated.
{% endhint %}

### ⑤ Enter Additional Options

| **Item**                        | Description                                                                                                                                                                           |
| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Price**                       | Price of the SKU                                                                                                                                                                      |
| **Unit Price**                  | Unit price of the SKU                                                                                                                                                                 |
| **Tax Rate**                    | Tax rate of the SKU                                                                                                                                                                   |
| **SKU Default Courier Service** | Default courier service used for the SKU. Only Admin users can set it up. (Please refer to [here](/anylogi/en_us/fulfillment/order/no.md) for details on SKU Default Courier Service) |
| **Size Coefficient**            | Coefficient used to determine courier service. (Please refer to [here](/anylogi/en_us/fulfillment/order/no.md) for details on Size Coefficient）                                       |
| **Color**                       | Color variation of the SKU                                                                                                                                                            |
| **Size**                        | Size variation of the SKU                                                                                                                                                             |
| **Width**                       | Width of the SKU                                                                                                                                                                      |
| **Height**                      | Height of the SKU                                                                                                                                                                     |
| **Length**                      | Length of the SKU                                                                                                                                                                     |
| **Weight**                      | Weight of the SKU                                                                                                                                                                     |

###

### ⑥ Click `Save`

<div align="left"><img src="/files/-MgosIUMtXHf_EkC1J3e" alt=""></div>

## Step 2: Register SKU on Shopify

### ① Go to `Products`

### ② Click `Add product`

{% hint style="danger" %}
**SKU** on Shopify and **SKU** on AnyLogi need to be **exactly the same.**

Or else, **it would not be recognized as the same product**, so please make sure of this.
{% endhint %}

{% hint style="danger" %}
As a ground rule, SKU details need to be matched on Shopify and AnyLogi. Please correctly enter SKU details on Shopify as well.

Please refer to [here](https://help.shopify.com/en/manual/products/add-update-products) for SKU registration process on Shopify
{% 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://anymind-group.gitbook.io/anylogi/en_us/intro/sku/single.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.
