# 아이콘 관리

아이콘 정보 관리 페이지는 등록된 사이트를 기준으로, 아이콘 정보를 목록에 나타냅니다.

전시 매체별로 아이콘 이미지를 등록할 수 있으며 아이콘 유형으로 상품, 게시판, 이벤트, 장바구니를 등록할 수 있습니다.

***

## 주요 기능

* X2BEE 쇼핑몰의 모든 **아이콘 정보를 조회**합니다.
* **전시매체별** 아이콘 이미지를 등록할 수 있습니다. (PC, MO, 공통)
* 아이콘 유형으로 **상품, 게시판, 이벤트, 장바구니**를 등록할 수 있습니다.

## 프로세스 정의

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

{% stepper %}
{% step %}

### 아이콘 정보 목록

* 아이콘 정보를 목록화하여 노출하며, 각각의 아이콘 등록/수정 팝업을 호출할 수 있습니다.
* 아이콘 목록을 조회합니다.
* 조회조건 : 사이트, 아이콘번호/명, 사용여부
  {% endstep %}

{% step %}

### 아이콘 등록/수정 팝업

* 아이콘 기본정보를 조회합니다.
* 아이콘 기본정보를 등록 및 수정할 수 있습니다.
  {% endstep %}
  {% endstepper %}

## API 기능 목록

<table><thead><tr><th width="115.6666259765625">API</th><th width="316.888916015625">설명</th><th width="92.4444580078125">Server</th><th width="91.3333740234375">메소드</th><th></th></tr></thead><tbody><tr><td>아이콘 목록 조회</td><td>• 아이콘 정보 목록을 조회합니다. <br>• 아이콘번호 오름차순으로 노출됩니다.</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=display&#x26;depth=%EC%95%84%EC%9D%B4%EC%BD%98%20%EA%B4%80%EB%A6%AC&#x26;path=getIconList">🔗API 확인하기 ></a></td></tr><tr><td>아이콘 기본정보 조회</td><td>• 아이콘 번호로 기본정보를 조회합니다.</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=display&#x26;depth=%EC%95%84%EC%9D%B4%EC%BD%98%20%EA%B4%80%EB%A6%AC&#x26;path=getIconInfoDetail">🔗API 확인하기 ></a></td></tr><tr><td>아이콘 정보 등록 및 수정</td><td>• 아이콘 기본 정보를 등록 및 수정합니다.<br>• PC일 경우 MO 이미지경로 빈값, MO 일 경우 PC이미지 빈값, 공통일 경우 PC,MO 이미지 경로를 저장합니다</td><td>BO</td><td>POST</td><td><a href="https://apibo.x2bee.com/content?bo=display&#x26;depth=%EC%95%84%EC%9D%B4%EC%BD%98%20%EA%B4%80%EB%A6%AC&#x26;path=saveIconInfoDetail">🔗API 확인하기 ></a></td></tr></tbody></table>


---

# 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://tech.x2bee.com/api-guide/back-office/display-bo/undefined-5.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.
