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

# 키워드 부스팅 관리

🔗API 확인하기 >BO키워드 부스팅 상세 조회특정 키워드로 검색 시, 지정한 전시카테고리 또는 브랜드에 속한 상품이 검색 결과 상단에 노출되도록 가중치(부스팅)를 부여하는 기능을 제공합니다. 키워드별로 적용대상(전시카테고리/브랜드)을 다중 지정할 수 있으며, 등록된 키워드 검색 시 해당 대상의 상품이 우선 노출됩니다.

***

## 주요 기능

* **키워드 부스팅 목록 조회**
  * 키워드, 부스팅 유형(카테고리/브랜드), 사이트, 사용여부 조건으로 등록된 부스팅 정보를 조회할 수 있습니다.
* **키워드 부스팅 등록/수정**
  * 키워드와 사이트를 지정하고, 적용대상으로 전시카테고리와 브랜드를 다중 선택하여 등록합니다. 목록의 부스팅 번호 클릭 시 상세 화면에서 수정할 수 있습니다.
* **키워드 부스팅 삭제**
  * 목록에서 선택한 부스팅 정보를 일괄 삭제할 수 있습니다.
* **유효성 검증**
  * 동일 사이트 내 키워드 중복 여부와 전시카테고리 유효성을 검증합니다. 하위 카테고리 선택 시 해당 카테고리의 상위 카테고리는 함께 선택할 수 없습니다.

## 프로세스 정의

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

{% stepper %}
{% step %}

### 키워드 부스팅 관리

상품 > 검색어 관리 > 키워드 부스팅 관리 화면에서 부스팅 목록을 조회한다.
{% endstep %}

{% step %}

### 키워드 부스팅 등록/수정 화면

등록 버튼 또는 부스팅 번호 클릭 시 등록/수정 화면으로 이동한다. 키워드·사이트·사용여부를 입력하고 적용대상 정보(전시카테고리, 브랜드)를 추가한다.
{% endstep %}

{% step %}

### API 서버 호출

조회: 키워드 부스팅 목록/상세 조회 호출. 저장: 유효성 검증 후 키워드 부스팅 등록/수정/삭제 호출.
{% endstep %}
{% endstepper %}

## API 기능 목록

<table><thead><tr><th width="109.111083984375">API</th><th width="330.111083984375">설명</th><th width="96.8887939453125">Server</th><th width="95.7777099609375">메소드</th><th>비고</th></tr></thead><tbody><tr><td>키워드 부스팅 목록 조회</td><td>키워드 부스팅 정보 목록을 조회하는 API 입니다.</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=goods&#x26;depth=%ED%82%A4%EC%9B%8C%EB%93%9C%20%EB%B6%80%EC%8A%A4%ED%8C%85%20%EA%B4%80%EB%A6%AC&#x26;path=save">🔗API 확인하기 ></a></td></tr><tr><td>키워드 부스팅 상세 조회</td><td>키워드 부스팅 상세정보를 조회하는 API 입니다.</td><td>BO</td><td>GET</td><td><a href="https://apibo.x2bee.com/content?bo=goods&#x26;depth=%ED%82%A4%EC%9B%8C%EB%93%9C%20%EB%B6%80%EC%8A%A4%ED%8C%85%20%EA%B4%80%EB%A6%AC&#x26;path=detail">🔗API 확인하기 ></a></td></tr><tr><td>키워드 부스팅 유효성 검증</td><td>키워드 중복 및 전시카테고리 유효성을 검증하는 API 입니다.</td><td>BO</td><td>POST</td><td><a href="https://apibo.x2bee.com/content?bo=goods&#x26;depth=%ED%82%A4%EC%9B%8C%EB%93%9C%20%EB%B6%80%EC%8A%A4%ED%8C%85%20%EA%B4%80%EB%A6%AC&#x26;path=validate">🔗API 확인하기 ></a></td></tr><tr><td>키워드 부스팅 정보 등록</td><td>키워드 부스팅 정보를 등록하는 API 입니다.</td><td>BO</td><td>POST</td><td><a href="https://apibo.x2bee.com/content?bo=goods&#x26;depth=%EB%9E%AD%ED%82%B9%20%EA%B4%80%EB%A6%AC&#x26;path=saveRankTypeList">🔗API 확인하기 ></a></td></tr><tr><td>키워드 부스팅 상세 수정</td><td>키워드 부스팅 상세정보를 수정하는 API 입니다.</td><td>BO</td><td>PUT</td><td><a href="https://apibo.x2bee.com/content?bo=goods&#x26;depth=%ED%82%A4%EC%9B%8C%EB%93%9C%20%EB%B6%80%EC%8A%A4%ED%8C%85%20%EA%B4%80%EB%A6%AC&#x26;path=modify">🔗API 확인하기 ></a></td></tr><tr><td>키워드 부스팅 정보 삭제</td><td>부스팅번호로 키워드 부스팅 정보를 삭제하는 API 입니다.</td><td>BO</td><td>DELETE</td><td><a href="https://apibo.x2bee.com/content?bo=goods&#x26;depth=%ED%82%A4%EC%9B%8C%EB%93%9C%20%EB%B6%80%EC%8A%A4%ED%8C%85%20%EA%B4%80%EB%A6%AC&#x26;path=delete">🔗API 확인하기 ></a></td></tr></tbody></table>

## 용어 정의

<table><thead><tr><th width="129.5555419921875">명칭</th><th>설명</th><th data-hidden></th></tr></thead><tbody><tr><td>부스팅 유형</td><td>적용대상의 종류 — 카테고리(category), 브랜드(brand). 한 키워드에 두 유형을 함께 지정할 수 있다</td><td></td></tr><tr><td>적용대상 정보</td><td>키워드 부스팅이 적용될 전시카테고리/브랜드 목록 (다중 선택 가능)</td><td></td></tr><tr><td>부스팅 번호</td><td>키워드 부스팅 등록 시 채번되는 식별 번호</td><td></td></tr></tbody></table>

## 사용자 설정 화면

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://tech.x2bee.com/api-guide/back-office/goods-bo/undefined-8/undefined-3.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
