> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api-guide/back-office/goods-bo/undefined-8/undefined-6.md).

# 인기검색어 제외 관리

인기 검색어 목록에 노출되지 않도록 제외할 검색어를 관리합니다. 등록된 제외 검색어는 인기 검색어 집계 및 노출 대상에서 제외됩니다.

***

## 주요 기능

* 등록된 인기검색어 제외 목록을 조회할 수 있습니다.
* 제외할 인기검색어를 등록하거나, 수정 및 삭제할 수 있습니다.

## 프로세스 정의

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

{% stepper %}
{% step %}

### 인기검색어 제외 관리

상품 > 검색어 관리 > 인기 검색어 제외 관리 페이지에서 조회 및 저장 버튼 클릭
{% endstep %}

{% step %}

### API 서버 호출

* 조회 : 인기검색어 제외 목록 조회 호출
* 저장 : 인기검색어 제외 저장 / 수정 / 삭제 호출
  {% endstep %}
  {% endstepper %}

## API 기능 목록

<table><thead><tr><th width="125.6666259765625">API</th><th width="320.5555419921875">설명</th><th width="93.5556640625">Server</th><th width="89.111083984375">메소드</th><th>비고</th></tr></thead><tbody><tr><td>인기검색어 제외 저장/수정/삭제</td><td>인기검색어 제외 정보를 등록, 수정 및 삭제합니다.</td><td>BO</td><td>post</td><td><a href="https://apibo.x2bee.com/content?bo=Goods4&#x26;depth=%EC%9D%B8%EA%B8%B0%EA%B2%80%EC%83%89%EC%96%B4%20%EC%A0%9C%EC%99%B8%20%EA%B4%80%EB%A6%AC&#x26;path=saveExcludPopularKeword">🔗API 확인하기 ></a></td></tr><tr><td>인기검색어 제외 목록 조회</td><td>인기검색어 제외 현황을 조회할 수 있습니다.</td><td>BO</td><td>get</td><td><a href="https://apibo.x2bee.com/content?bo=Goods4&#x26;depth=%EC%9D%B8%EA%B8%B0%EA%B2%80%EC%83%89%EC%96%B4%20%EC%A0%9C%EC%99%B8%20%EA%B4%80%EB%A6%AC&#x26;path=getExcludPopularKewordList">🔗API 확인하기 ></a></td></tr></tbody></table>
