# 쇼핑몰의 상품입력은 어디서 해야 하나요?

<mark style="color:blue;">상품을 등록하기에 앞서서 상점 운영에 맞는 상품분류를 꼭 먼저 등록해 주세요.</mark>

***

{% stepper %}
{% step %} <mark style="color:blue;">관리자 메뉴 위치 :</mark> `상품` > `분류 관리` > `분류 관리`&#x20;

먼저 상품이 포함될 카테고리를 정의하여 신규 대분류를 생성해 주세요.\
대분류 생성 시 주의할 점은 대분류 속성 중 \[하위분류 사용여부]는 대분류 생성 후 수정/변경이 되지 않아요.

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

{% step %}
신규 대분류에 중분류를 있음으로 설정하셨다면 그에 따른 중분류를 생성해 주세요.\
신규 대분류에 하위분류 사용여부를 '사용안함' 으로 설정하셨다면 중분류는 생성되지 않아요.
{% endstep %}

{% step %} <mark style="color:blue;">관리자 메뉴 위치 :</mark> `상품` > `상품 관리` > `상품 등록`

분류가 등록됐다면 상품을 등록할 수 있어요.\
상품 정보를 등록하고 상품 판매를 시작해 주세요!
{% 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://help.makeshop.co.kr/faq/product/undefined/undefined-1.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.
