# 고객센터 상품제공

## 상품Q\&A 고객센터 이관 등록

> \## 기능설명\
> \* 상품Q\&A 상담을 고객센터로 이관한다.\
> \---\
> \## 상세설명\
> \* 상품에서 등록된 상품 Q\&A를 고객센터로 이관해서 고객센터의 상담유형으로 등록한다.<br>

```json
{"openapi":"3.0.1","info":{"title":"X2BEE Order API","version":"v1"},"servers":[{"url":"https://api-order.x2bee.com/api/order/","description":"prd"}],"paths":{"/v1/customerservice/transferQnaSave":{"post":{"tags":["고객센터 상품제공"],"summary":"상품Q&A 고객센터 이관 등록","description":"## 기능설명\n* 상품Q&A 상담을 고객센터로 이관한다.\n---\n## 상세설명\n* 상품에서 등록된 상품 Q&A를 고객센터로 이관해서 고객센터의 상담유형으로 등록한다.\n","operationId":"transferQnaSave","parameters":[{"name":"Authorization","in":"header","description":"Access Token","required":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QnaInfo"}}},"required":true},"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}},"components":{"schemas":{"QnaInfo":{"required":["mbrNo"],"type":"object","properties":{"mbrNo":{"type":"string","description":"회원번호"},"goodsNo":{"type":"string","description":"상품번호"},"questNo":{"type":"string","description":"질문번호"},"inqmnNm":{"type":"string","description":"문의자명"},"cellNoYn":{"type":"string","description":"휴대폰번호여부"},"cellSctNo":{"type":"string","description":"휴대폰구분번호"},"cellTxnoNo":{"type":"string","description":"휴대폰국번번호"},"cellEndNo":{"type":"string","description":"휴대폰끝번호"},"emailAddr":{"type":"string","description":"이메일주소"},"accpCont":{"type":"string","description":"접수내용"},"accpDtm":{"type":"string","description":"접수일시"},"smsAnsNtcYn":{"type":"string","description":"SMS답변고지여부"},"emailAnsNtcYn":{"type":"string","description":"이메일답변고지여부"},"acptmnId":{"type":"string","description":"접수자ID"},"csAutoQuotTgtYn":{"type":"string","description":"CS자동할당대상여부"},"goodsNm":{"type":"string","description":"상품명"},"entrNo":{"type":"string","description":"협력사번호"},"entrNm":{"type":"string","description":"협력사명"}},"description":"상품Q&A 고객센터 이관 요청 DTO"},"ResponseString":{"type":"object","properties":{"timestamp":{"type":"string","description":"result time","format":"date-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"}},"description":"validation error list"},"Response":{"type":"object","properties":{"timestamp":{"type":"string","description":"result time","format":"date-time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"object","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}}}}}
```


---

# 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/store-front-api/order-api/undefined-22.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.
