# Register Item

You can register items for the Webshop in three different ways.\
Choose the appropriate method based on your needs.

***

## 1. Register New Items <a href="#id-1" id="id-1"></a>

This method allows you to register individual items one by one.\
You must manually enter all required details, including full configuration information for each item.

#### Main Information

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

**① Item ID**

* A unique identifier used to distinguish each item within the same Title.

**② Item Name**

* The name of the item displayed to users.

**③ Item Image**

* An icon that visually represents the item.
* Please check the supported image specifications.
  * Image Resolution: 512 × 512 px
  * Format: JPG, PNG
  * [Image Production Guidelines](/dev/eng/tools/icon-guide.md)

**④ Inclusion of Probabilistic Items**

* If the item includes probabilistic elements, you may optionally provide a link where users can check probability information.

#### Price Information <a href="#id" id="id"></a>

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

**① Price**

* The selling price of the item. Prices can be set in units of 10 KRW.

**② Promotion**

* A promotion can be applied either as a percentage or a fixed amount.

**③ Promotion Price**

* If a promotion is applied, the final selling price becomes the Promotion Price.

#### Display Information <a href="#id" id="id"></a>

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

**① Category**

* Group similar types of items and display them together.

**② Badge**

* You can add a badge to highlight specific items.
* Available badges: NEW / BEST / EVENT

## 2. Register Items in Bulk <a href="#bulk" id="bulk"></a>

Recommended when you need to register a large number of items quickly.

{% stepper %}
{% step %}

#### Select \[Bulk Register Items]&#x20;

In the Item Mgmt menu, click \[Register Item], then select \[Bulk Register Items].

<figure><img src="/files/wImcsxCm2KO5HKgKjxeH" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Enter Item Information

Select the information fields for the items you want to add and enter the required details.

<figure><img src="/files/AZ5yjiqnaz1tm8FSCQGb" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Bulk Apply Item Information

You can apply the same information to multiple items at once.

1. Select the checkboxes for the items you want to configure.
2. Click \[Apply Bulk Settings] and choose the information to apply.
3. Enter the details in the popup and click \[Save] to apply the bulk settings.
4. After entering all item information, click \[Save] to complete the bulk registration.

<figure><img src="/files/rKEMkAFaSkb5VsbfGLvD" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

## 3. Import In-App Products  <a href="#import" id="import"></a>

Use this method to easily configure Webshop items using existing In-App products already registered in your app.

{% stepper %}
{% step %}

#### Select \[Import In-App Products]

In the Item Mgmt menu, click \[Register Item], then select \[Import In-App Products].
{% endstep %}

{% step %}

#### Select In-App Products to Import

Search for products or In-App products registered in Apps and select the ones you want to import.

<figure><img src="/files/Xn2fP3kflnTDh49Ds5iI" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Enter and Register Item Information

The selected In-App product’s Item ID, Item Name, and Price Information will be imported automatically. Please enter the remaining required item information.

After completing all item details, click \[Save] to finish the item registration.

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

{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://onestore-dev.gitbook.io/dev/eng/webshop/register-item.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
