> 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.md).

# 동의어 관리

검색에 활용되는 동의어에 대한 효율적인 관리가 가능하며, 검색 엔진에서 매칭되면 해당 동의어 항목이 검색 결과에 우선적으로 노출됩니다.

***

## 주요 기능

* 등록 된 동의 목록을 조회할 수 있습니다.
* 새로운 동의어를 등록하거나, 수정 및 삭제 할 수 있습니다.

## 프로세스 정의

<figure><img src="/files/Nn8o4cbwVY72zM2JEnUO" 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=goods&#x26;depth=%EB%8F%99%EC%9D%98%EC%96%B4%20%EA%B4%80%EB%A6%AC&#x26;path=saveSameWord">🔗API 확인하기 ></a></td></tr><tr><td>동의어 목록 조회</td><td>동의어 현황을 조회할 수 있습니다.</td><td>BO</td><td>get</td><td><a href="https://apibo.x2bee.com/content?bo=goods&#x26;depth=%EB%8F%99%EC%9D%98%EC%96%B4%20%EA%B4%80%EB%A6%AC&#x26;path=getSameWordList">🔗API 확인하기 ></a></td></tr><tr><td>동의어 건수 조회</td><td>동의어 등록 건수를 조회할 수 있습니다.</td><td>BO</td><td>get</td><td><a href="https://apibo.x2bee.com/content?bo=goods&#x26;depth=%EB%8F%99%EC%9D%98%EC%96%B4%20%EA%B4%80%EB%A6%AC&#x26;path=getSameWordListCount">🔗API 확인하기 ></a></td></tr></tbody></table>

## 사용자 설정 화면

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