> 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/api-en/store-front-api-reference/order-api/customer-center-product-provision.md).

# Customer Center Product Provision

## Register Product Q\&A Transfer to Customer Center

> \## Function Description\
> \* Transfers a product Q\&A inquiry to the customer center.\
> \---\
> \## Detailed Description\
> \* Transfers a product Q\&A registered on the product page to the customer center and registers it under the customer center's inquiry type.<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":["Customer Center Product Provision"],"summary":"Register Product Q&A Transfer to Customer Center","description":"## Function Description\n* Transfers a product Q&A inquiry to the customer center.\n---\n## Detailed Description\n* Transfers a product Q&A registered on the product page to the customer center and registers it under the customer center's inquiry type.\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":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}},"components":{"schemas":{"QnaInfo":{"required":["mbrNo"],"type":"object","properties":{"mbrNo":{"type":"string","description":"Member No."},"goodsNo":{"type":"string","description":"Product No."},"questNo":{"type":"string","description":"Question No."},"inqmnNm":{"type":"string","description":"Inquirer Name"},"cellNoYn":{"type":"string","description":"Mobile Phone Number Status"},"cellSctNo":{"type":"string","description":"Mobile Phone Prefix Code"},"cellTxnoNo":{"type":"string","description":"Mobile Phone Exchange Code"},"cellEndNo":{"type":"string","description":"Mobile Phone Last Digits"},"emailAddr":{"type":"string","description":"Email Address"},"accpCont":{"type":"string","description":"Receipt Details"},"accpDtm":{"type":"string","description":"Receipt Date/Time"},"smsAnsNtcYn":{"type":"string","description":"SMS Response Notification Status"},"emailAnsNtcYn":{"type":"string","description":"Email Response Notification Status"},"acptmnId":{"type":"string","description":"Receiver ID"},"csAutoQuotTgtYn":{"type":"string","description":"CS Auto-Assignment Target Status"},"goodsNm":{"type":"string","description":"Product Name"},"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"}},"description":"Product Q&A Customer Center Transfer Request 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"}}}}}}}
```
