> 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/set.md).

# Register Set SKU

{% hint style="danger" %}
Set SKU can be created only with existing single SKUs.

If you wish to create a set SKU with unregistered single SKUs, please make sure to register the single SKUs first.
{% endhint %}

## Step 1: Register Set 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 `Set` is selected

![](/files/-Mgsf8W5q2eKdwDi-d8r)

### ④ Enter Product Information

| Item               | Description                                                                                     |
| ------------------ | ----------------------------------------------------------------------------------------------- |
| **Product Name\*** | Name of the product                                                                             |
| **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 tabl                                            |

{% 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 `Product in the Set`

{% hint style="info" %}
Click Add Products to add products in the set
{% endhint %}

### ⑥ Click `Save`

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

{% hint style="danger" %}
セット商品の価格登録は**Shopify上**で行ってください。

AnyLogi上ではセット商品の価格登録はできません。
{% endhint %}

## 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" %}
セット商品の価格登録は**Shopify上**で行ってください。

Price of a set SKU can only be registered on Shopify.

Please make sure to correctly enter the price of a set SKU on Shopify.
{% 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/set.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.
