# 상품 진열 관리

## 상품 진열 관리

쇼핑몰에 노출할 상품 진열을 등록하고 관리할 수 있는 메뉴이며, 쇼핑몰별 상품 진열 관리를 할 수 있도록 쇼핑몰별 설정을 제공합니다.\
상품 진열 생성 시 자동으로 부여되는 진열 번호와 운영자가 직접 설정한 진열 ID로 API 호출 및 조회가 가능합니다.\
‘메인분류, 신상품, 인기상품’ 등으로 상품 진열을 활용할 수 있으며 플랫폼 구분에 따라 디스플레이 유형, 상품 노출 개수 등을 설정할 수 있습니다.

{% hint style="warning" %}

* 상품 등록 시 자동으로 진열 영역에 반영되지 않습니다. 추가로 노출할 상품이 있을 경우 해당 진열 수정 페이지에서 상품을 추가하세요.
* 오로라 스킨 이용 시 PC, 모바일 각각 상품진열을 수정해주셔야 되며, 진열ID 기준으로 PC 진열 수정 시 SCPC0001\~SCPC0005, 모바일 진열 수정 시 SCMO0001\~SCMO0005를 수정해주세요.
  {% endhint %}

{% hint style="warning" %}
상품 등록 시 자동으로 진열 영역에 반영되지 않습니다. 추가로 노출할 상품이 있을 경우 해당 진열 수정 페이지에서 상품을 추가하세요.
{% endhint %}

{% hint style="warning" %}
오로라 스킨 이용 시 PC, 모바일 각각 상품진열을 수정해주셔야 되며, 진열ID 기준으로 PC 진열 수정 시 SCPC0001\~SCPC0005, 모바일 진열 수정 시 SCMO0001\~SCMO0005를 수정해주세요.
{% endhint %}


---

# 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://shopby-help.nhn-commerce.com/guide/skins/skins-setting/product-main.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.
