# 상품QnA답변 템플릿 관리

## 상품Q\&A 답변 템플릿 목록 저장

> \## 기능설명\
> \* 상품Q\&A 답변 템플릿 목록을 추가/수정/삭제 합니다.\
> \---\
> \## 상세설명\
> \* 상품Q\&A 답변 템플릿 목록을 추가/수정/삭제 합니다.<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":{"RealGridCUDRequestPrGoodsQaAnsTmplInfo":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/PrGoodsQaAnsTmplInfo"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/PrGoodsQaAnsTmplInfo"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/PrGoodsQaAnsTmplInfo"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/PrGoodsQaAnsTmplInfo"}}}},"PrGoodsQaAnsTmplInfo":{"type":"object","description":"상품QA답변 템플릿정보","properties":{"ansTmplNo":{"type":"string","description":"답변템플릿번호"},"ansTmplNm":{"type":"string","description":"답변템플릿명"},"ansTmplCont":{"type":"string","description":"답변템플릿내용"},"useYn":{"type":"string","description":"사용여부"}}},"ResponseString":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"string","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/goods/goodsQATemplateMgmtApi/saveGoodsQATemplateList":{"post":{"tags":["상품QnA답변 템플릿 관리"],"summary":"상품Q&A 답변 템플릿 목록 저장","description":"## 기능설명\n* 상품Q&A 답변 템플릿 목록을 추가/수정/삭제 합니다.\n---\n## 상세설명\n* 상품Q&A 답변 템플릿 목록을 추가/수정/삭제 합니다.\n","operationId":"saveGoodsQATemplateList","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealGridCUDRequestPrGoodsQaAnsTmplInfo"}}},"required":true},"responses":{"200":{"description":"상품Q&A 답변 템플릿 목록 저장 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"상품Q&A 답변 템플릿 목록 저장 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 상품Q\&A 답변 템플릿 정보 저장

> \## 기능설명\
> \* 상품Q\&A 답변 템플릿 정보를 저장합니다.\
> \---\
> \## 상세설명\
> \* 상품Q\&A 답변 템플릿 정보를 저장합니다.<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":{"PrGoodsQaAnsTmplInfo":{"type":"object","description":"상품QA답변 템플릿정보","properties":{"ansTmplNo":{"type":"string","description":"답변템플릿번호"},"ansTmplNm":{"type":"string","description":"답변템플릿명"},"ansTmplCont":{"type":"string","description":"답변템플릿내용"},"useYn":{"type":"string","description":"사용여부"}}},"ResponseString":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"string","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/goods/goodsQATemplateMgmtApi/saveGoodsQATemplateInfo":{"post":{"tags":["상품QnA답변 템플릿 관리"],"summary":"상품Q&A 답변 템플릿 정보 저장","description":"## 기능설명\n* 상품Q&A 답변 템플릿 정보를 저장합니다.\n---\n## 상세설명\n* 상품Q&A 답변 템플릿 정보를 저장합니다.\n","operationId":"saveGoodsQATemplateInfo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PrGoodsQaAnsTmplInfo"}}},"required":true},"responses":{"200":{"description":"상품Q&A 답변 템플릿 정보 저장 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"상품Q&A 답변 템플릿 정보 저장 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 상품Q\&A 답변 템플릿 목록 조회

> \## 기능설명\
> \* 상품Q\&A 답변 템플릿 목록을 조회합니다.\
> \---\
> \## 상세설명\
> \* 검색 조건에 따라 상품Q\&A 답변 템플릿 목록을 조회합니다.\
> \* 검색 조건은 다음과 같습니다.\
> &#x20;   \* 등록자 ID/명\
> &#x20;   \* 템플릿명/내용\
> &#x20;   \* 사용여부<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":{"GoodsQATemplateMgmtApiRequest":{"type":"object","description":"상품Q&A 답변 템플릿 관리 API Request DTO","properties":{"ansTmplNm":{"type":"string","description":"답변템플릿명"},"ansTmplRegId":{"type":"string","description":"답변템플릿등록자ID"},"useYn":{"type":"string","description":"사용여부"}}},"ResponseRealGridListResponseGoodsQATemplateMgmtApiResponse":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"$ref":"#/components/schemas/RealGridListResponseGoodsQATemplateMgmtApiResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseGoodsQATemplateMgmtApiResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/GoodsQATemplateMgmtApiResponse"}}}},"GoodsQATemplateMgmtApiResponse":{"type":"object","description":"상품Q&A 답변 템플릿 관리 API Response DTO","properties":{"ansTmplNo":{"type":"string","description":"답변템플릿번호"},"ansTmplNm":{"type":"string","description":"답변템플릿명"},"ansTmplCont":{"type":"string","description":"답변템플릿내용"},"useYn":{"type":"string","description":"사용여부"},"totalCount":{"type":"integer","format":"int32","description":"총 갯수"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/goods/goodsQATemplateMgmtApi/getGoodsQATemplateList":{"get":{"tags":["상품QnA답변 템플릿 관리"],"summary":"상품Q&A 답변 템플릿 목록 조회","description":"## 기능설명\n* 상품Q&A 답변 템플릿 목록을 조회합니다.\n---\n## 상세설명\n* 검색 조건에 따라 상품Q&A 답변 템플릿 목록을 조회합니다.\n* 검색 조건은 다음과 같습니다.\n    * 등록자 ID/명\n    * 템플릿명/내용\n    * 사용여부\n","operationId":"getGoodsQATemplateList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/GoodsQATemplateMgmtApiRequest"}}],"responses":{"200":{"description":"상품Q&A 답변 템플릿 목록 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseGoodsQATemplateMgmtApiResponse"}}}},"900":{"description":"상품Q&A 답변 템플릿 목록 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 상품Q\&A 답변 템플릿 정보 조회

> \## 기능설명\
> \* 상품Q\&A 답변 템플릿 정보를 조회합니다.\
> \---\
> \## 상세설명\
> \* 답변 템플릿번호에 해당되는 상품Q\&A 답변 템플릿 정보를 조회합니다.<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":{"ResponseGoodsQATemplateMgmtApiResponse":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"$ref":"#/components/schemas/GoodsQATemplateMgmtApiResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"GoodsQATemplateMgmtApiResponse":{"type":"object","description":"상품Q&A 답변 템플릿 관리 API Response DTO","properties":{"ansTmplNo":{"type":"string","description":"답변템플릿번호"},"ansTmplNm":{"type":"string","description":"답변템플릿명"},"ansTmplCont":{"type":"string","description":"답변템플릿내용"},"useYn":{"type":"string","description":"사용여부"},"totalCount":{"type":"integer","format":"int32","description":"총 갯수"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/goods/goodsQATemplateMgmtApi/getGoodsQATemplateInfo":{"get":{"tags":["상품QnA답변 템플릿 관리"],"summary":"상품Q&A 답변 템플릿 정보 조회","description":"## 기능설명\n* 상품Q&A 답변 템플릿 정보를 조회합니다.\n---\n## 상세설명\n* 답변 템플릿번호에 해당되는 상품Q&A 답변 템플릿 정보를 조회합니다.\n","operationId":"getGoodsQATemplateInfo","parameters":[{"name":"ansTmplNo","in":"query","description":"답변템플릿번호","required":true,"schema":{"type":"String"}}],"responses":{"200":{"description":"상품Q&A 답변 템플릿 정보 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseGoodsQATemplateMgmtApiResponse"}}}},"900":{"description":"상품Q&A 답변 템플릿 정보 조회 실패","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/qna.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.
