# 검색창 마크업 관리

## 검색창 마크업 사용여부 수정

> \## 기능설명\
> \* 검색창 마크업 관리 페이지에서 검색창 마크업의 사용여부 값을 수정합니다.\
> \---\
> \## 상세설명\
> \* 선택한 마크업들의 사용여부를 사용/사용안함으로 수정합니다.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"SearchMarkupYnRequest":{"type":"object","description":"검색 마크업 사용여부 Request","properties":{"schBaseWrdSeqList":{"type":"array","description":"검색기본문구순번","items":{"type":"string"}},"useYn":{"type":"string","description":"사용여부"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/goods/searchMarkupMgmt/modifySearchMarkupUseYn":{"put":{"tags":["검색창 마크업 관리"],"summary":"검색창 마크업 사용여부 수정","description":"## 기능설명\n* 검색창 마크업 관리 페이지에서 검색창 마크업의 사용여부 값을 수정합니다.\n---\n## 상세설명\n* 선택한 마크업들의 사용여부를 사용/사용안함으로 수정합니다.\n","operationId":"modifySearchMarkupUseYn","parameters":[{"name":"request","in":"query","description":"검색창 마크업 사용(안함) 처리 Request","schema":{"type":"SearchMarkupYnRequest"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchMarkupYnRequest"}}},"required":true},"responses":{"200":{"description":"검색창 마크업 사용여부 수정 성공","content":{"*/*":{"schema":{"type":"integer","format":"int32"}}}},"900":{"description":"검색창 마크업 사용여부 수정 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 검색창 마크업 수정

> \## 기능설명\
> \* 검색창 마크업 관리 페이지에서 검색창 마크업을 수정합니다.\
> \---\
> \## 상세설명\
> \* 입력한 마크업 정보를 수정 저장합니다.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"SearchMarkupRequest":{"type":"object","description":"검색 마크업 Request","properties":{"schBaseWrdSeq":{"type":"string","description":"검색기본문구순번"},"baseSchWrdWrd":{"type":"string","description":"기본검색어문구"},"schWrd":{"type":"string","description":"검색어"},"baseSchWrdWrdMl":{"type":"string","description":"기본검색어문구 (다국어)"},"schWrdMl":{"type":"string","description":"검색어 (다국어)"},"aplyStrDtm":{"type":"string","format":"date-time","description":"적용시작일시"},"aplyEndDtm":{"type":"string","format":"date-time","description":"적용종료일시"},"useYn":{"type":"string","description":"사용여부"},"dataLangCd":{"type":"string","description":"다국어 등록 언어코드 (CM009)"},"linkUrlAddr":{"type":"string","description":"연결URL주소"},"schWrdCondition":{"type":"string","description":"검색어조건구분"},"schWrdInput":{"type":"string","description":"검색어조건"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/goods/searchMarkupMgmt/modifySearchMarkupInfo":{"put":{"tags":["검색창 마크업 관리"],"summary":"검색창 마크업 수정","description":"## 기능설명\n* 검색창 마크업 관리 페이지에서 검색창 마크업을 수정합니다.\n---\n## 상세설명\n* 입력한 마크업 정보를 수정 저장합니다.\n","operationId":"modifySearchMarkupInfo","parameters":[{"name":"request","in":"query","description":"검색창 마크업 수정 Request","schema":{"type":"SearchMarkupRequest"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchMarkupRequest"}}},"required":true},"responses":{"200":{"description":"검색창 마크업 수정 성공","content":{"*/*":{"schema":{"type":"string"}}}},"900":{"description":"검색창 마크업 수정 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 검색창 다국어 마크업 등록/수정

> \## 기능설명\
> \* 검색창 마크업 관리 페이지에서 검색창 다국어 마크업을 등록/수정합니다.\
> \---\
> \## 상세설명\
> \* 입력한 마크업의 다국어 정보를 저장합니다.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"SearchMarkupRequest":{"type":"object","description":"검색 마크업 Request","properties":{"schBaseWrdSeq":{"type":"string","description":"검색기본문구순번"},"baseSchWrdWrd":{"type":"string","description":"기본검색어문구"},"schWrd":{"type":"string","description":"검색어"},"baseSchWrdWrdMl":{"type":"string","description":"기본검색어문구 (다국어)"},"schWrdMl":{"type":"string","description":"검색어 (다국어)"},"aplyStrDtm":{"type":"string","format":"date-time","description":"적용시작일시"},"aplyEndDtm":{"type":"string","format":"date-time","description":"적용종료일시"},"useYn":{"type":"string","description":"사용여부"},"dataLangCd":{"type":"string","description":"다국어 등록 언어코드 (CM009)"},"linkUrlAddr":{"type":"string","description":"연결URL주소"},"schWrdCondition":{"type":"string","description":"검색어조건구분"},"schWrdInput":{"type":"string","description":"검색어조건"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/goods/searchMarkupMgmt/registSearchMarkupMultiLang":{"post":{"tags":["검색창 마크업 관리"],"summary":"검색창 다국어 마크업 등록/수정","description":"## 기능설명\n* 검색창 마크업 관리 페이지에서 검색창 다국어 마크업을 등록/수정합니다.\n---\n## 상세설명\n* 입력한 마크업의 다국어 정보를 저장합니다.\n","operationId":"registSearchMarkupMultiLang","parameters":[{"name":"request","in":"query","description":"검색창 다국어 마크업 등록/수정 Request","schema":{"type":"SearchMarkupRequest"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchMarkupRequest"}}},"required":true},"responses":{"200":{"description":"검색창 다국어 마크업 등록/수정 성공","content":{"*/*":{"schema":{"type":"string"}}}},"900":{"description":"검색창 다국어 마크업 등록/수정 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 검색창 마크업 등록

> \## 기능설명\
> \* 검색창 마크업 관리 페이지에서 검색창 마크업을 등록합니다.\
> \---\
> \## 상세설명\
> \* 입력한 마크업 정보를 신규 저장합니다.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"SearchMarkupRequest":{"type":"object","description":"검색 마크업 Request","properties":{"schBaseWrdSeq":{"type":"string","description":"검색기본문구순번"},"baseSchWrdWrd":{"type":"string","description":"기본검색어문구"},"schWrd":{"type":"string","description":"검색어"},"baseSchWrdWrdMl":{"type":"string","description":"기본검색어문구 (다국어)"},"schWrdMl":{"type":"string","description":"검색어 (다국어)"},"aplyStrDtm":{"type":"string","format":"date-time","description":"적용시작일시"},"aplyEndDtm":{"type":"string","format":"date-time","description":"적용종료일시"},"useYn":{"type":"string","description":"사용여부"},"dataLangCd":{"type":"string","description":"다국어 등록 언어코드 (CM009)"},"linkUrlAddr":{"type":"string","description":"연결URL주소"},"schWrdCondition":{"type":"string","description":"검색어조건구분"},"schWrdInput":{"type":"string","description":"검색어조건"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/goods/searchMarkupMgmt/registSearchMarkupInfo":{"post":{"tags":["검색창 마크업 관리"],"summary":"검색창 마크업 등록","description":"## 기능설명\n* 검색창 마크업 관리 페이지에서 검색창 마크업을 등록합니다.\n---\n## 상세설명\n* 입력한 마크업 정보를 신규 저장합니다.\n","operationId":"registSearchMarkupInfo","parameters":[{"name":"request","in":"query","description":"검색창 마크업 등록 Request","schema":{"type":"SearchMarkupRequest"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchMarkupRequest"}}},"required":true},"responses":{"200":{"description":"검색창 마크업 등록 성공","content":{"*/*":{"schema":{"type":"string"}}}},"900":{"description":"검색창 마크업 등록 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 검색창마크업 목록 조회

> \## 기능설명\
> \* 검색창 마크업 관리 페이지에서 검색창마크업 목록을 조회합니다.\
> \---\
> \## 상세설명\
> \* 입력한 사용여부, 기본검색어 문구, 검색어에 해당하는 검색문구를 조회합니다.\
> \* 최근 적용시작일시 순으로 조회합니다.\
> \---\
> \## 코드정리\
> \* \`\`\` 검색어조건구분(schWrdCondition) \`\`\` : baseSchWrdWrd 기본검색어문구, schWrd 검색어<br>

````json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"SearchMarkupRequest":{"type":"object","description":"검색 마크업 Request","properties":{"schBaseWrdSeq":{"type":"string","description":"검색기본문구순번"},"baseSchWrdWrd":{"type":"string","description":"기본검색어문구"},"schWrd":{"type":"string","description":"검색어"},"baseSchWrdWrdMl":{"type":"string","description":"기본검색어문구 (다국어)"},"schWrdMl":{"type":"string","description":"검색어 (다국어)"},"aplyStrDtm":{"type":"string","format":"date-time","description":"적용시작일시"},"aplyEndDtm":{"type":"string","format":"date-time","description":"적용종료일시"},"useYn":{"type":"string","description":"사용여부"},"dataLangCd":{"type":"string","description":"다국어 등록 언어코드 (CM009)"},"linkUrlAddr":{"type":"string","description":"연결URL주소"},"schWrdCondition":{"type":"string","description":"검색어조건구분"},"schWrdInput":{"type":"string","description":"검색어조건"}}},"SearchMarkupResponse":{"type":"object","description":"검색 마크업 Response","properties":{"totalCount":{"type":"integer","format":"int32"},"schBaseWrdSeq":{"type":"string","description":"검색기본문구순번"},"baseSchWrdWrd":{"type":"string","description":"기본검색어문구"},"schWrd":{"type":"string","description":"검색어"},"baseSchWrdWrdMl":{"type":"string","description":"기본검색어문구 (다국어)"},"schWrdMl":{"type":"string","description":"검색어 (다국어)"},"linkUrlAddr":{"type":"string","description":"연결URL주소"},"siteNm":{"type":"string","description":"사이트명"},"aplyStrDtm":{"type":"string","format":"date-time","description":"적용시작일시"},"aplyEndDtm":{"type":"string","format":"date-time","description":"적용종료일시"},"useYn":{"type":"string","description":"사용여부"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/goods/searchMarkupMgmt/getSearchMarkupList":{"get":{"tags":["검색창 마크업 관리"],"summary":"검색창마크업 목록 조회","description":"## 기능설명\n* 검색창 마크업 관리 페이지에서 검색창마크업 목록을 조회합니다.\n---\n## 상세설명\n* 입력한 사용여부, 기본검색어 문구, 검색어에 해당하는 검색문구를 조회합니다.\n* 최근 적용시작일시 순으로 조회합니다.\n---\n## 코드정리\n* ``` 검색어조건구분(schWrdCondition) ``` : baseSchWrdWrd 기본검색어문구, schWrd 검색어\n","operationId":"getSearchMarkupList","parameters":[{"name":"request","in":"query","description":"검색창마크업 Request","required":true,"schema":{"$ref":"#/components/schemas/SearchMarkupRequest"}}],"responses":{"200":{"description":"검색창마크업 목록 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SearchMarkupResponse"}}}},"900":{"description":"검색창마크업 목록 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
````

## 검색창마크업 목록 수

> \## 기능설명\
> \* 검색창 마크업 관리 페이지에서 검색창마크업 목록 수를 조회합니다.\
> \---\
> \## 상세설명\
> \* 입력한 사용여부, 기본검색어 문구, 검색어에 해당하는 검색문구를 조회한 결과목록의 총 건수입니다.\
> \---\
> \## 코드정리\
> \* \`\`\` 검색어조건구분(schWrdCondition) \`\`\` : baseSchWrdWrd 기본검색어문구, schWrd 검색어<br>

````json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/goods/searchMarkupMgmt/getSearchMarkupListCount":{"get":{"tags":["검색창 마크업 관리"],"summary":"검색창마크업 목록 수","description":"## 기능설명\n* 검색창 마크업 관리 페이지에서 검색창마크업 목록 수를 조회합니다.\n---\n## 상세설명\n* 입력한 사용여부, 기본검색어 문구, 검색어에 해당하는 검색문구를 조회한 결과목록의 총 건수입니다.\n---\n## 코드정리\n* ``` 검색어조건구분(schWrdCondition) ``` : baseSchWrdWrd 기본검색어문구, schWrd 검색어\n","operationId":"getSearchMarkupListCount","parameters":[{"name":"request","in":"query","description":"검색창마크업 목록 수 Request","required":true,"schema":{"type":"SearchMarkupRequest"}}],"responses":{"200":{"description":"검색창마크업 목록 수 조회 성공","content":{"*/*":{"schema":{"type":"integer","format":"int32"}}}},"900":{"description":"검색창마크업 목록 수 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
````

## 검색창마크업 상세조회

> \## 기능설명\
> \* 검색창 마크업 관리 페이지에서 검색창마크업을 상세조회합니다.\
> \---\
> \## 상세설명\
> \* 해당하는 마크업의 검색기본문구정보를 조회합니다.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"SearchMarkupRequest":{"type":"object","description":"검색 마크업 Request","properties":{"schBaseWrdSeq":{"type":"string","description":"검색기본문구순번"},"baseSchWrdWrd":{"type":"string","description":"기본검색어문구"},"schWrd":{"type":"string","description":"검색어"},"baseSchWrdWrdMl":{"type":"string","description":"기본검색어문구 (다국어)"},"schWrdMl":{"type":"string","description":"검색어 (다국어)"},"aplyStrDtm":{"type":"string","format":"date-time","description":"적용시작일시"},"aplyEndDtm":{"type":"string","format":"date-time","description":"적용종료일시"},"useYn":{"type":"string","description":"사용여부"},"dataLangCd":{"type":"string","description":"다국어 등록 언어코드 (CM009)"},"linkUrlAddr":{"type":"string","description":"연결URL주소"},"schWrdCondition":{"type":"string","description":"검색어조건구분"},"schWrdInput":{"type":"string","description":"검색어조건"}}},"SearchMarkupResponse":{"type":"object","description":"검색 마크업 Response","properties":{"totalCount":{"type":"integer","format":"int32"},"schBaseWrdSeq":{"type":"string","description":"검색기본문구순번"},"baseSchWrdWrd":{"type":"string","description":"기본검색어문구"},"schWrd":{"type":"string","description":"검색어"},"baseSchWrdWrdMl":{"type":"string","description":"기본검색어문구 (다국어)"},"schWrdMl":{"type":"string","description":"검색어 (다국어)"},"linkUrlAddr":{"type":"string","description":"연결URL주소"},"siteNm":{"type":"string","description":"사이트명"},"aplyStrDtm":{"type":"string","format":"date-time","description":"적용시작일시"},"aplyEndDtm":{"type":"string","format":"date-time","description":"적용종료일시"},"useYn":{"type":"string","description":"사용여부"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/goods/searchMarkupMgmt/getSearchMarkupInfo":{"get":{"tags":["검색창 마크업 관리"],"summary":"검색창마크업 상세조회","description":"## 기능설명\n* 검색창 마크업 관리 페이지에서 검색창마크업을 상세조회합니다.\n---\n## 상세설명\n* 해당하는 마크업의 검색기본문구정보를 조회합니다.\n","operationId":"getSearchMarkupInfo","parameters":[{"name":"searchMarkupRequest","in":"query","description":"추천검색어순번","required":true,"schema":{"$ref":"#/components/schemas/SearchMarkupRequest"}}],"responses":{"200":{"description":"검색창마크업 상세조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SearchMarkupResponse"}}}},"900":{"description":"검색창마크업 상세조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```


---

# 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/back-office-api/goods-bo-api/undefined-1.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.
