> 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/back-office-api-reference/goods-bo-api/product-q-and-a-information-management.md).

# Product Q\&A Information Management

## Add Product Q\&A Answer

> \## Function Description\
> \* Adds an answer to a product Q\&A.\
> \---\
> \## Detailed Description\
> \* Adds an answer to a product Q\&A question.\
> \* Returns an error message if a required value is missing.\
> &#x20;   \* Required values: question number, answer content, system registrant ID, answer display status code<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":{"GoodsQADetailApiRequest":{"type":"object","description":"Product Q&A Detail API Request DTO","properties":{"questNo":{"type":"string","description":"Question No."},"goodsNo":{"type":"string","description":"Product No."},"mbrNo":{"type":"string","description":"Member No."},"ansSeq":{"type":"string","description":"Response Sequence No."},"ansCont":{"type":"string","description":"Answer Details"},"ansDispStatCd":{"type":"string","description":"Answer Display Status Code (PR022) 10: Not Displayed, 20: Displayed, 30: Display Not Allowed"},"procStatCd":{"type":"string","description":"Processing Status Code (PR039) 10: Unprocessed, 20: Transferred to Customer Center, 30: Processing Complete"},"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"},"tmplId":{"type":"string","description":"Template No."},"questDispStatCd":{"type":"string","description":"Question Display Status Code (PR022) 10: Not Displayed, 20: Displayed, 30: Display Not Allowed"},"mvotCaus":{"type":"string","description":"Transfer Reason"}}},"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/goodsQAMgmtApi/saveGoodsAnswer":{"post":{"tags":["Product Q&A Information Management"],"summary":"Add Product Q&A Answer","description":"## Function Description\n* Adds an answer to a product Q&A.\n---\n## Detailed Description\n* Adds an answer to a product Q&A question.\n* Returns an error message if a required value is missing.\n    * Required values: question number, answer content, system registrant ID, answer display status code\n","operationId":"saveGoodsAnswer","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoodsQADetailApiRequest"}}},"required":true},"responses":{"200":{"description":"Add Product Q&A Answer Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"Add Product Q&A Answer Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Change Product Q\&A Question Display Status

> \## Function Description\
> \* Changes the display status of a product Q\&A question.\
> \---\
> \## Detailed Description\
> \* Changes the display status of a product Q\&A question.\
> \* Returns an error message if a required value is missing.<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":{"GoodsQADetailApiRequest":{"type":"object","description":"Product Q&A Detail API Request DTO","properties":{"questNo":{"type":"string","description":"Question No."},"goodsNo":{"type":"string","description":"Product No."},"mbrNo":{"type":"string","description":"Member No."},"ansSeq":{"type":"string","description":"Response Sequence No."},"ansCont":{"type":"string","description":"Answer Details"},"ansDispStatCd":{"type":"string","description":"Answer Display Status Code (PR022) 10: Not Displayed, 20: Displayed, 30: Display Not Allowed"},"procStatCd":{"type":"string","description":"Processing Status Code (PR039) 10: Unprocessed, 20: Transferred to Customer Center, 30: Processing Complete"},"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"},"tmplId":{"type":"string","description":"Template No."},"questDispStatCd":{"type":"string","description":"Question Display Status Code (PR022) 10: Not Displayed, 20: Displayed, 30: Display Not Allowed"},"mvotCaus":{"type":"string","description":"Transfer Reason"}}},"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/goodsQAMgmtApi/modifyQADisplayState":{"post":{"tags":["Product Q&A Information Management"],"summary":"Change Product Q&A Question Display Status","description":"## Function Description\n* Changes the display status of a product Q&A question.\n---\n## Detailed Description\n* Changes the display status of a product Q&A question.\n* Returns an error message if a required value is missing.\n","operationId":"modifyQADisplayState","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoodsQADetailApiRequest"}}},"required":true},"responses":{"200":{"description":"Change Product Q&A Question Display Status Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"Change Product Q&A Question Display Status Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Transfer Product Q\&A to Customer Center

> \## Function Description\
> \* Transfers the product Q\&A to the customer center.\
> \---\
> \## Detailed Description\
> \* Transfers the product Q\&A question to the customer center.\
> \* Returns an error message if a required value is missing.\
> &#x20;   \* Required values: question number, system modifier ID, transfer reason<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":{"GoodsQADetailApiRequest":{"type":"object","description":"Product Q&A Detail API Request DTO","properties":{"questNo":{"type":"string","description":"Question No."},"goodsNo":{"type":"string","description":"Product No."},"mbrNo":{"type":"string","description":"Member No."},"ansSeq":{"type":"string","description":"Response Sequence No."},"ansCont":{"type":"string","description":"Answer Details"},"ansDispStatCd":{"type":"string","description":"Answer Display Status Code (PR022) 10: Not Displayed, 20: Displayed, 30: Display Not Allowed"},"procStatCd":{"type":"string","description":"Processing Status Code (PR039) 10: Unprocessed, 20: Transferred to Customer Center, 30: Processing Complete"},"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"},"tmplId":{"type":"string","description":"Template No."},"questDispStatCd":{"type":"string","description":"Question Display Status Code (PR022) 10: Not Displayed, 20: Displayed, 30: Display Not Allowed"},"mvotCaus":{"type":"string","description":"Transfer Reason"}}},"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/goodsQAMgmtApi/modifyMvotYn":{"post":{"tags":["Product Q&A Information Management"],"summary":"Transfer Product Q&A to Customer Center","description":"## Function Description\n* Transfers the product Q&A to the customer center.\n---\n## Detailed Description\n* Transfers the product Q&A question to the customer center.\n* Returns an error message if a required value is missing.\n    * Required values: question number, system modifier ID, transfer reason\n","operationId":"modifyMvotYn","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoodsQADetailApiRequest"}}},"required":true},"responses":{"200":{"description":"Transfer Product Q&A to Customer Center Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"Transfer Product Q&A to Customer Center Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Batch Change Product Q\&A Display Status

> \## Function Description\
> \* Batch changes the display status of product Q\&As.\
> \---\
> \## Detailed Description\
> \* Batch changes the display status of the selected product Q\&As.\
> \* Returns an error message if the question number or question display status code is not entered.\
> \* The display status can be changed to one of the following two options.\
> &#x20;   \* Display\
> &#x20;   \* Do Not Display<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":{"GoodsQAMgmtApiRequest":{"type":"object","description":"Product Q&A Management API Request DTO","properties":{"siteNo":{"type":"string","description":"Site No."},"questNo":{"type":"string","description":"Question No."},"periodType":{"type":"string","description":"Search Period - Type"},"questStartDtm":{"type":"string","format":"date-time","description":"Question Start Date/Time"},"questEndDtm":{"type":"string","format":"date-time","description":"Question End Date/Time"},"questTypCd":{"type":"string","description":"Question Type Code (PR041) 10: Product, 20: Delivery, 30: Return/Cancel, 40: Exchange/Change, 50: Other"},"goodsNoList":{"type":"array","description":"Product No. List","items":{"type":"string"}},"entrNo":{"type":"string","description":"Vendor No."},"buyTypCd":{"type":"string","description":"Purchase Type Code (PR006) 10: Direct Purchase, 20: Consignment Sale"},"procStatCd":{"type":"string","description":"Processing Status Code (PR039) 10: Unprocessed, 20: Transferred to Customer Center, 30: Processing Complete"},"questDispStatCd":{"type":"string","description":"Question Display Status Code (PR022) 10: Not Displayed, 20: Displayed, 30: Display Not Allowed"},"stdCtgNo":{"type":"string","description":"Standard Classification Category No."},"mdId":{"type":"string","description":"Assigned MD ID"},"dashBoardYn":{"type":"string","description":"Dashboard Status"},"brandNm":{"type":"string","description":"Brand Name"},"goodsNm":{"type":"string","description":"Product Name"},"goodsNoOption":{"type":"string","description":"Product No. Option"},"goodsNoArray":{"type":"array","description":"Product No. List Array","items":{"type":"string"}},"goodsNoFrom":{"type":"string","description":"Product No. From Condition"},"goodsNoTo":{"type":"string","description":"Product No. To Condition"},"goodsNo":{"type":"string","description":"Product No."},"loginId":{"type":"string","description":"Member ID"},"mbrNm":{"type":"string","description":"Member Name"},"procId":{"type":"string","description":"Processor"},"questDtmAll":{"type":"boolean","description":"Entire Question Date/Time Status"},"mbrOpt":{"type":"string","description":"Member Search Option"},"mbrValue":{"type":"string","description":"Member Search Value"},"questNoList":{"type":"array","description":"Question No. List","items":{"type":"string"}},"imageServerHost":{"type":"string","description":"Image Server"},"goodsImageServerHost":{"type":"string"},"foServerHostPc":{"type":"string"}}},"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/goodsQAMgmtApi/modifyMultipleQADisplayState":{"post":{"tags":["Product Q&A Information Management"],"summary":"Batch Change Product Q&A Display Status","description":"## Function Description\n* Batch changes the display status of product Q&As.\n---\n## Detailed Description\n* Batch changes the display status of the selected product Q&As.\n* Returns an error message if the question number or question display status code is not entered.\n* The display status can be changed to one of the following two options.\n    * Display\n    * Do Not Display\n","operationId":"modifyMultipleQADisplayState","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoodsQAMgmtApiRequest"}}},"required":true},"responses":{"200":{"description":"Batch Change Product Q&A Display Status Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"Batch Change Product Q&A Display Status Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Search Product Q\&A Unprocessed Status

> \## Function Description\
> \* Searches the product Q\&A unprocessed status.\
> \---\
> \## Detailed Description\
> \* Searches the product Q\&A unprocessed status according to the product Q\&A registration time.\
> &#x20;   \* The unprocessed status is searched separately from the product Q\&A list, and does not change even if the product Q\&A search conditions change.\
> \* The detailed search conditions are as follows.\
> &#x20;   \* Number unprocessed within 24 hours\
> &#x20;   \* Number unprocessed within 24-72 hours\
> &#x20;   \* Number unprocessed within 72 hours to 1 month<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":{"GoodsQAMgmtApiRequest":{"type":"object","description":"Product Q&A Management API Request DTO","properties":{"siteNo":{"type":"string","description":"Site No."},"questNo":{"type":"string","description":"Question No."},"periodType":{"type":"string","description":"Search Period - Type"},"questStartDtm":{"type":"string","format":"date-time","description":"Question Start Date/Time"},"questEndDtm":{"type":"string","format":"date-time","description":"Question End Date/Time"},"questTypCd":{"type":"string","description":"Question Type Code (PR041) 10: Product, 20: Delivery, 30: Return/Cancel, 40: Exchange/Change, 50: Other"},"goodsNoList":{"type":"array","description":"Product No. List","items":{"type":"string"}},"entrNo":{"type":"string","description":"Vendor No."},"buyTypCd":{"type":"string","description":"Purchase Type Code (PR006) 10: Direct Purchase, 20: Consignment Sale"},"procStatCd":{"type":"string","description":"Processing Status Code (PR039) 10: Unprocessed, 20: Transferred to Customer Center, 30: Processing Complete"},"questDispStatCd":{"type":"string","description":"Question Display Status Code (PR022) 10: Not Displayed, 20: Displayed, 30: Display Not Allowed"},"stdCtgNo":{"type":"string","description":"Standard Classification Category No."},"mdId":{"type":"string","description":"Assigned MD ID"},"dashBoardYn":{"type":"string","description":"Dashboard Status"},"brandNm":{"type":"string","description":"Brand Name"},"goodsNm":{"type":"string","description":"Product Name"},"goodsNoOption":{"type":"string","description":"Product No. Option"},"goodsNoArray":{"type":"array","description":"Product No. List Array","items":{"type":"string"}},"goodsNoFrom":{"type":"string","description":"Product No. From Condition"},"goodsNoTo":{"type":"string","description":"Product No. To Condition"},"goodsNo":{"type":"string","description":"Product No."},"loginId":{"type":"string","description":"Member ID"},"mbrNm":{"type":"string","description":"Member Name"},"procId":{"type":"string","description":"Processor"},"questDtmAll":{"type":"boolean","description":"Entire Question Date/Time Status"},"mbrOpt":{"type":"string","description":"Member Search Option"},"mbrValue":{"type":"string","description":"Member Search Value"},"questNoList":{"type":"array","description":"Question No. List","items":{"type":"string"}},"imageServerHost":{"type":"string","description":"Image Server"},"goodsImageServerHost":{"type":"string"},"foServerHostPc":{"type":"string"}}},"ResponseListGoodsQAMgmtApiResponse":{"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":"array","description":"payload","items":{"$ref":"#/components/schemas/GoodsQAMgmtApiResponse"}},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"GoodsQAMgmtApiResponse":{"type":"object","description":"Product Q&A Management API Response DTO","properties":{"siteNo":{"type":"string","description":"Site No."},"totalCount":{"type":"integer","format":"int32","description":"Total Count"},"procStatCd":{"type":"string","description":"Processing Status Code"},"procStatCdNm":{"type":"string","description":"Processing Status Code Name"},"siteNm":{"type":"string","description":"Site Name"},"questTypCdNm":{"type":"string","description":"Question Type Code Name"},"questNo":{"type":"string","description":"Question No."},"questCont":{"type":"string","description":"Question Details"},"loginId":{"type":"string","description":"Member ID"},"questDtm":{"type":"string","description":"Question Date/Time"},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"brandNm":{"type":"string","description":"Brand Name"},"entrNm":{"type":"string","description":"Vendor Name"},"questDispProcmnId":{"type":"string","description":"Processor ID"},"questDispProcDtm":{"type":"string","format":"date-time","description":"Processing Date/Time"},"qaAnsCnt":{"type":"integer","format":"int32","description":"Answer Count"},"questDispStatCd":{"type":"string","description":"Question Display Status Code"},"questDispStatCdNm":{"type":"string","description":"Question Display Status Code Name"},"stdCtgHierarchy":{"type":"string","description":"Standard Classification Structure"},"mdId":{"type":"string","description":"MD in Charge"},"mvotYn":{"type":"string","description":"Transfer Status"},"questDtmPeriod":{"type":"string","description":"Product Q&A Unprocessed Period"},"questCnt":{"type":"string","description":"Product Q&A Count"},"foGoodsDetailUrl":{"type":"string","description":"FO Product Detail URL"}}},"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/goodsQAMgmtApi/getUnProcessedGoodsQA":{"get":{"tags":["Product Q&A Information Management"],"summary":"Search Product Q&A Unprocessed Status","description":"## Function Description\n* Searches the product Q&A unprocessed status.\n---\n## Detailed Description\n* Searches the product Q&A unprocessed status according to the product Q&A registration time.\n    * The unprocessed status is searched separately from the product Q&A list, and does not change even if the product Q&A search conditions change.\n* The detailed search conditions are as follows.\n    * Number unprocessed within 24 hours\n    * Number unprocessed within 24-72 hours\n    * Number unprocessed within 72 hours to 1 month\n","operationId":"getUnProcessedGoodsQA","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/GoodsQAMgmtApiRequest"}}],"responses":{"200":{"description":"Search Product Q&A Unprocessed Status Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseListGoodsQAMgmtApiResponse"}}}},"900":{"description":"Search Product Q&A Unprocessed Status Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Search Product Q\&A Question Information

> \## Function Description\
> \* Searches product Q\&A question information.\
> \---\
> \## Detailed Description\
> \* Searches the product Q\&A question information for answering and transferring the product Q\&A.\
> \* Searches the product Q\&A question information by receiving the question number as a parameter.<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":{"ResponseGoodsQADetailApiResponse":{"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/GoodsQADetailApiResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"GoodsQADetailApiResponse":{"type":"object","description":"Product Q&A Detail API Response DTO","properties":{"siteNo":{"type":"string","description":"Site No."},"goodsNo":{"type":"string","description":"Product No."},"questNo":{"type":"string","description":"Question No."},"goodsNm":{"type":"string","description":"Product Name"},"mbrNo":{"type":"string","description":"Member No."},"mbrNm":{"type":"string","description":"Member Name"},"siteNm":{"type":"string","description":"Site Name"},"entrNm":{"type":"string","description":"Vendor Name"},"entrNo":{"type":"string","description":"Vendor No."},"buyTypCdNm":{"type":"string","description":"Purchase Type Code Name"},"procStatCd":{"type":"string","description":"Processing Status Code"},"procStatDtm":{"type":"string","format":"date-time","description":"Processing Date/Time"},"procId":{"type":"string","description":"Processor ID"},"contFilePathNm":{"type":"string","description":"Product Content File Path"},"contFileNm":{"type":"string","description":"Product Content File Name"},"mvotYn":{"type":"string","description":"Transfer Status"},"mvotCaus":{"type":"string","description":"Transfer Reason"},"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"},"loginId":{"type":"string","description":"Member ID"},"questDtm":{"type":"string","format":"date-time","description":"Question Date/Time"},"accpDtm":{"type":"string","description":"Receipt Date/Time"},"questTypCdNm":{"type":"string","description":"Question Type Code Name"},"questTitle":{"type":"string","description":"Question Title"},"accpTitle":{"type":"string","description":"Inquiry Title (Customer Center)"},"questCont":{"type":"string","description":"Question Details"},"questDispStatCd":{"type":"string","description":"Question Display Status Code"},"questDispProcmnId":{"type":"string","description":"Display Processor ID"},"questDispProcDtm":{"type":"string","format":"date-time","description":"Display Processing Date/Time"},"smsAnsNtcYn":{"type":"string","description":"SMS Answer Notification Status"},"cellNoYn":{"type":"string","description":"Mobile Phone Number Status"},"emailAnsNtcYn":{"type":"string","description":"Email Answer Notification Status"},"inqmnNm":{"type":"string","description":"Inquirer Name"},"accpCont":{"type":"string","description":"Receipt Details"},"stdCtgHierarchy":{"type":"string","description":"Standard Classification Structure"}}},"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/goodsQAMgmtApi/getGoodsQuestionInfo":{"get":{"tags":["Product Q&A Information Management"],"summary":"Search Product Q&A Question Information","description":"## Function Description\n* Searches product Q&A question information.\n---\n## Detailed Description\n* Searches the product Q&A question information for answering and transferring the product Q&A.\n* Searches the product Q&A question information by receiving the question number as a parameter.\n","operationId":"getGoodsQuestionInfo","parameters":[{"name":"questNo","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Search Product Q&A Question Information Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseGoodsQADetailApiResponse"}}}},"900":{"description":"Search Product Q&A Question Information Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Search Product Q\&A List

> \## Function Description\
> \* Searches the product Q\&A list.\
> \---\
> \## Detailed Description\
> \* Searches the corresponding product Q\&A list according to the search conditions.\
> \* The detailed search conditions are as follows.\
> &#x20;   \* Question period\
> &#x20;   \* Question type\
> &#x20;   \* Vendor number/name\
> &#x20;   \* Purchase type\
> &#x20;   \* Processing status\
> &#x20;   \* Display status\
> &#x20;   \* Standard category\
> &#x20;   \* Assigned MD\
> &#x20;   \* Product number<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":{"GoodsQAMgmtApiRequest":{"type":"object","description":"Product Q&A Management API Request DTO","properties":{"siteNo":{"type":"string","description":"Site No."},"questNo":{"type":"string","description":"Question No."},"periodType":{"type":"string","description":"Search Period - Type"},"questStartDtm":{"type":"string","format":"date-time","description":"Question Start Date/Time"},"questEndDtm":{"type":"string","format":"date-time","description":"Question End Date/Time"},"questTypCd":{"type":"string","description":"Question Type Code (PR041) 10: Product, 20: Delivery, 30: Return/Cancel, 40: Exchange/Change, 50: Other"},"goodsNoList":{"type":"array","description":"Product No. List","items":{"type":"string"}},"entrNo":{"type":"string","description":"Vendor No."},"buyTypCd":{"type":"string","description":"Purchase Type Code (PR006) 10: Direct Purchase, 20: Consignment Sale"},"procStatCd":{"type":"string","description":"Processing Status Code (PR039) 10: Unprocessed, 20: Transferred to Customer Center, 30: Processing Complete"},"questDispStatCd":{"type":"string","description":"Question Display Status Code (PR022) 10: Not Displayed, 20: Displayed, 30: Display Not Allowed"},"stdCtgNo":{"type":"string","description":"Standard Classification Category No."},"mdId":{"type":"string","description":"Assigned MD ID"},"dashBoardYn":{"type":"string","description":"Dashboard Status"},"brandNm":{"type":"string","description":"Brand Name"},"goodsNm":{"type":"string","description":"Product Name"},"goodsNoOption":{"type":"string","description":"Product No. Option"},"goodsNoArray":{"type":"array","description":"Product No. List Array","items":{"type":"string"}},"goodsNoFrom":{"type":"string","description":"Product No. From Condition"},"goodsNoTo":{"type":"string","description":"Product No. To Condition"},"goodsNo":{"type":"string","description":"Product No."},"loginId":{"type":"string","description":"Member ID"},"mbrNm":{"type":"string","description":"Member Name"},"procId":{"type":"string","description":"Processor"},"questDtmAll":{"type":"boolean","description":"Entire Question Date/Time Status"},"mbrOpt":{"type":"string","description":"Member Search Option"},"mbrValue":{"type":"string","description":"Member Search Value"},"questNoList":{"type":"array","description":"Question No. List","items":{"type":"string"}},"imageServerHost":{"type":"string","description":"Image Server"},"goodsImageServerHost":{"type":"string"},"foServerHostPc":{"type":"string"}}},"ResponseRealGridListResponseGoodsQAMgmtApiResponse":{"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/RealGridListResponseGoodsQAMgmtApiResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseGoodsQAMgmtApiResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/GoodsQAMgmtApiResponse"}}}},"GoodsQAMgmtApiResponse":{"type":"object","description":"Product Q&A Management API Response DTO","properties":{"siteNo":{"type":"string","description":"Site No."},"totalCount":{"type":"integer","format":"int32","description":"Total Count"},"procStatCd":{"type":"string","description":"Processing Status Code"},"procStatCdNm":{"type":"string","description":"Processing Status Code Name"},"siteNm":{"type":"string","description":"Site Name"},"questTypCdNm":{"type":"string","description":"Question Type Code Name"},"questNo":{"type":"string","description":"Question No."},"questCont":{"type":"string","description":"Question Details"},"loginId":{"type":"string","description":"Member ID"},"questDtm":{"type":"string","description":"Question Date/Time"},"goodsNo":{"type":"string","description":"Product No."},"goodsNm":{"type":"string","description":"Product Name"},"brandNm":{"type":"string","description":"Brand Name"},"entrNm":{"type":"string","description":"Vendor Name"},"questDispProcmnId":{"type":"string","description":"Processor ID"},"questDispProcDtm":{"type":"string","format":"date-time","description":"Processing Date/Time"},"qaAnsCnt":{"type":"integer","format":"int32","description":"Answer Count"},"questDispStatCd":{"type":"string","description":"Question Display Status Code"},"questDispStatCdNm":{"type":"string","description":"Question Display Status Code Name"},"stdCtgHierarchy":{"type":"string","description":"Standard Classification Structure"},"mdId":{"type":"string","description":"MD in Charge"},"mvotYn":{"type":"string","description":"Transfer Status"},"questDtmPeriod":{"type":"string","description":"Product Q&A Unprocessed Period"},"questCnt":{"type":"string","description":"Product Q&A Count"},"foGoodsDetailUrl":{"type":"string","description":"FO Product Detail URL"}}},"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/goodsQAMgmtApi/getGoodsQAList":{"get":{"tags":["Product Q&A Information Management"],"summary":"Search Product Q&A List","description":"## Function Description\n* Searches the product Q&A list.\n---\n## Detailed Description\n* Searches the corresponding product Q&A list according to the search conditions.\n* The detailed search conditions are as follows.\n    * Question period\n    * Question type\n    * Vendor number/name\n    * Purchase type\n    * Processing status\n    * Display status\n    * Standard category\n    * Assigned MD\n    * Product number\n","operationId":"getGoodsQAList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/GoodsQAMgmtApiRequest"}}],"responses":{"200":{"description":"Search Product Q&A List Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseGoodsQAMgmtApiResponse"}}}},"900":{"description":"Search Product Q&A List Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Search Product Q\&A Attached Image

> \## Function Description\
> \* Searches the product Q\&A attached image.\
> \---\
> \## Detailed Description\
> \* Searches the image attached to the product Q\&A by receiving the question number as a parameter.<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":{"ResponseListGoodsQaContDto":{"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":"array","description":"payload","items":{"$ref":"#/components/schemas/GoodsQaContDto"}},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"GoodsQaContDto":{"type":"object","description":"Product Q&A Attached Image Inquiry API Response DTO","properties":{"questNo":{"type":"string","description":"Question No."},"cmtSerialNo":{"type":"string","description":"Content Serial No."},"contFilePathNm":{"type":"string","description":"Content File Path"},"contFileNm":{"type":"string","description":"Content File Name"},"imageServerHost":{"type":"string","description":"Image Server Address"}}},"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/goodsQAMgmtApi/getGoodsContList":{"get":{"tags":["Product Q&A Information Management"],"summary":"Search Product Q&A Attached Image","description":"## Function Description\n* Searches the product Q&A attached image.\n---\n## Detailed Description\n* Searches the image attached to the product Q&A by receiving the question number as a parameter.\n","operationId":"getGoodsContList","parameters":[{"name":"questNo","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Search Product Q&A Attached Image Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseListGoodsQaContDto"}}}},"900":{"description":"Search Product Q&A Attached Image Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Search Product Q\&A Answer Information

> \## Function Description\
> \* Searches the product Q\&A answer information.\
> \---\
> \## Detailed Description\
> \* Searches the answer information of the corresponding product Q\&A by receiving the question number as a parameter.<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":{"ResponseListGoodsQAAnswerApiResponse":{"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":"array","description":"payload","items":{"$ref":"#/components/schemas/GoodsQAAnswerApiResponse"}},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"GoodsQAAnswerApiResponse":{"type":"object","description":"Product Q&A Detail Answer API Response DTO","properties":{"questNo":{"type":"string","description":"Question No."},"ansSeq":{"type":"string","description":"Response Sequence No."},"ansCont":{"type":"string","description":"Answer Details"},"ansDispStatCd":{"type":"string","description":"Answer Display Status Code (PR022)"},"ansDispProcDtm":{"type":"string","description":"Answer Display Processing Date/Time"},"ansDispProcmnId":{"type":"string","description":"Answer Display Processor ID"},"ansTmplNo":{"type":"string","description":"Response Template No."},"ansTmplNm":{"type":"string","description":"Response Template Name"},"ansTmplCont":{"type":"string","description":"Response Template Content"},"useYn":{"type":"string","description":"Usage Status"}}},"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/goodsQAMgmtApi/getGoodsAnswerList":{"get":{"tags":["Product Q&A Information Management"],"summary":"Search Product Q&A Answer Information","description":"## Function Description\n* Searches the product Q&A answer information.\n---\n## Detailed Description\n* Searches the answer information of the corresponding product Q&A by receiving the question number as a parameter.\n","operationId":"getGoodsAnswerList","parameters":[{"name":"questNo","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Search Product Q&A Answer Information Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseListGoodsQAAnswerApiResponse"}}}},"900":{"description":"Search Product Q&A Answer Information Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Retrieve Product Q\&A Answer Template List

> \## Function Description\
> \* Searches the product Q\&A answer template list.\
> \---\
> \## Detailed Description\
> \* Searches the product Q\&A answer template list matching the search conditions.\
> \* The detailed search conditions are as follows.\
> &#x20;   \* Registrant ID/Name\
> &#x20;   \* Template Name/Content<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":{"ResponseListGoodsQAAnswerApiResponse":{"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":"array","description":"payload","items":{"$ref":"#/components/schemas/GoodsQAAnswerApiResponse"}},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"GoodsQAAnswerApiResponse":{"type":"object","description":"Product Q&A Detail Answer API Response DTO","properties":{"questNo":{"type":"string","description":"Question No."},"ansSeq":{"type":"string","description":"Response Sequence No."},"ansCont":{"type":"string","description":"Answer Details"},"ansDispStatCd":{"type":"string","description":"Answer Display Status Code (PR022)"},"ansDispProcDtm":{"type":"string","description":"Answer Display Processing Date/Time"},"ansDispProcmnId":{"type":"string","description":"Answer Display Processor ID"},"ansTmplNo":{"type":"string","description":"Response Template No."},"ansTmplNm":{"type":"string","description":"Response Template Name"},"ansTmplCont":{"type":"string","description":"Response Template Content"},"useYn":{"type":"string","description":"Usage Status"}}},"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/goodsQAMgmtApi/getGoodsAllQATemplateList":{"get":{"tags":["Product Q&A Information Management"],"summary":"Retrieve Product Q&A Answer Template List","description":"## Function Description\n* Searches the product Q&A answer template list.\n---\n## Detailed Description\n* Searches the product Q&A answer template list matching the search conditions.\n* The detailed search conditions are as follows.\n    * Registrant ID/Name\n    * Template Name/Content\n","operationId":"getGoodsAllQATemplateList","responses":{"200":{"description":"Retrieve Product Q&A Answer Template List Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseListGoodsQAAnswerApiResponse"}}}},"900":{"description":"Retrieve Product Q&A Answer Template List Failure","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```
