> 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/back-office-api/goods-bo-api/undefined-12.md).

# 상품평 관리

## 상품평 댓글 등록

> \## 기능설명\
> \* 상품평 댓글을 등록합니다.\
> \---\
> \## 상세설명\
> \* 상품평 댓글을 등록합니다.\
> \* 필수값이 누락된 경우 오류 메시지를 반환합니다.\
> &#x20;   \* 필수값: 댓글내용, 리뷰번호, 작성자구분코드, 작성자아이디, 댓글전시상태코드, 시스템등록자ID<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":{"ReviewDetailApiRequest":{"type":"object","description":"상품평 상세 Request DTO","properties":{"revNo":{"type":"string","description":"리뷰번호"},"revDispStatCd":{"type":"string","description":"리뷰전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"contDispStatCd":{"type":"string","description":"컨텐츠전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"replySeqList":{"type":"array","description":"댓글순번목록","items":{"type":"string"}},"replySeqDispStatCd":{"type":"string","description":"댓글전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"replyCont":{"type":"string","description":"댓글내용"},"imageServerHost":{"type":"string","description":"이미지 서버 주소"},"videoServerHost":{"type":"string","description":"비디오 서버 주소"},"revGbCd":{"type":"string","description":"리뷰구분코드(PR021) 10:텍스트, 20:사진, 30:동영상, 40:사진/동영상"},"limit":{"type":"integer","format":"int32","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/reviewMgmtApi/registReviewReply":{"post":{"tags":["상품평 관리"],"summary":"상품평 댓글 등록","description":"## 기능설명\n* 상품평 댓글을 등록합니다.\n---\n## 상세설명\n* 상품평 댓글을 등록합니다.\n* 필수값이 누락된 경우 오류 메시지를 반환합니다.\n    * 필수값: 댓글내용, 리뷰번호, 작성자구분코드, 작성자아이디, 댓글전시상태코드, 시스템등록자ID\n","operationId":"registReviewReply","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReviewDetailApiRequest"}}},"required":true},"responses":{"200":{"description":"상품평 댓글 등록 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"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":{"ReviewDetailApiRequest":{"type":"object","description":"상품평 상세 Request DTO","properties":{"revNo":{"type":"string","description":"리뷰번호"},"revDispStatCd":{"type":"string","description":"리뷰전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"contDispStatCd":{"type":"string","description":"컨텐츠전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"replySeqList":{"type":"array","description":"댓글순번목록","items":{"type":"string"}},"replySeqDispStatCd":{"type":"string","description":"댓글전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"replyCont":{"type":"string","description":"댓글내용"},"imageServerHost":{"type":"string","description":"이미지 서버 주소"},"videoServerHost":{"type":"string","description":"비디오 서버 주소"},"revGbCd":{"type":"string","description":"리뷰구분코드(PR021) 10:텍스트, 20:사진, 30:동영상, 40:사진/동영상"},"limit":{"type":"integer","format":"int32","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/reviewMgmtApi/modifyReviewDisplayState":{"post":{"tags":["상품평 관리"],"summary":"상품평 전시상태 변경","description":"## 기능설명\n* 상품평전시상태를 변경합니다.\n---\n## 상세설명\n* 상품평의 전시상태를 변경합니다.\n* 상품평번호, 상품평 전시상태 코드를 누락한 경우 오류 메시지를 반환합니다.\n","operationId":"modifyReviewDisplayState","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReviewDetailApiRequest"}}},"required":true},"responses":{"200":{"description":"상품평 전시상태 변경 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"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":{"ReviewDetailApiRequest":{"type":"object","description":"상품평 상세 Request DTO","properties":{"revNo":{"type":"string","description":"리뷰번호"},"revDispStatCd":{"type":"string","description":"리뷰전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"contDispStatCd":{"type":"string","description":"컨텐츠전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"replySeqList":{"type":"array","description":"댓글순번목록","items":{"type":"string"}},"replySeqDispStatCd":{"type":"string","description":"댓글전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"replyCont":{"type":"string","description":"댓글내용"},"imageServerHost":{"type":"string","description":"이미지 서버 주소"},"videoServerHost":{"type":"string","description":"비디오 서버 주소"},"revGbCd":{"type":"string","description":"리뷰구분코드(PR021) 10:텍스트, 20:사진, 30:동영상, 40:사진/동영상"},"limit":{"type":"integer","format":"int32","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/reviewMgmtApi/modifyReviewContDisplayState":{"post":{"tags":["상품평 관리"],"summary":"컨텐츠전시상태 변경","description":"## 기능설명\n* 컨텐츠전시상태를 변경합니다.\n---\n## 상세설명\n* 컨텐츠전시상태를 변경합니다.\n* 상품평번호, 컨텐츠 전시상태 코드를 누락한 경우 오류 메시지를 반환합니다.\n","operationId":"modifyReviewContDisplayState","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReviewDetailApiRequest"}}},"required":true},"responses":{"200":{"description":"컨텐츠전시상태 변경 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"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":{"ReviewDetailApiRequest":{"type":"object","description":"상품평 상세 Request DTO","properties":{"revNo":{"type":"string","description":"리뷰번호"},"revDispStatCd":{"type":"string","description":"리뷰전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"contDispStatCd":{"type":"string","description":"컨텐츠전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"replySeqList":{"type":"array","description":"댓글순번목록","items":{"type":"string"}},"replySeqDispStatCd":{"type":"string","description":"댓글전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"replyCont":{"type":"string","description":"댓글내용"},"imageServerHost":{"type":"string","description":"이미지 서버 주소"},"videoServerHost":{"type":"string","description":"비디오 서버 주소"},"revGbCd":{"type":"string","description":"리뷰구분코드(PR021) 10:텍스트, 20:사진, 30:동영상, 40:사진/동영상"},"limit":{"type":"integer","format":"int32","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/reviewMgmtApi/modifyRepliesDisplayState":{"post":{"tags":["상품평 관리"],"summary":"댓글 목록 전시상태 변경","description":"## 기능설명\n* 댓글 목록 전시상태를 변경합니다.\n---\n## 상세설명\n* 댓글 목록 전시상태를 변경합니다.\n* 상품평 번호, 댓글 순번, 댓글 전시상태 코드를 누락한 경우 오류 메시지를 반환합니다.\n","operationId":"modifyRepliesDisplayState","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReviewDetailApiRequest"}}},"required":true},"responses":{"200":{"description":"댓글 목록 전시상태 변경 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"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":{"ReviewMgmtApiRequest":{"type":"object","description":"상품평 관리 API Request DTO","properties":{"revWrtStartDtm":{"type":"string","format":"date-time","description":"리뷰등록 시작일"},"revWrtEndDtm":{"type":"string","format":"date-time","description":"리뷰등록 종료일"},"revGbCd":{"type":"string","description":"리뷰구분코드"},"revDispStatCd":{"type":"string","description":"리뷰전시상태코드"},"goodsNm":{"type":"string","description":"상품명"},"loginId":{"type":"string","description":"회원 ID"},"mbrNm":{"type":"string","description":"회원명"},"wrtrIsUserYn":{"type":"string","description":"내 댓글 여부"},"revDclYn":{"type":"string","description":"리뷰 신고여부"},"entrNo":{"type":"string","description":"협력사 번호"},"revScrValList":{"type":"array","description":"평점","items":{"type":"string"}},"revWrtDtmAll":{"type":"boolean","description":"작성일전체여부"},"ordNo":{"type":"string","description":"주문번호"},"hlpfulYn":{"type":"string","description":"추천여부"},"revNo":{"type":"string","description":"리뷰번호"},"revNoList":{"type":"array","description":"리뷰번호 목록","items":{"type":"string"}},"includePriceYn":{"type":"string","description":"판매가 포함여부"},"reviewImgYn":{"type":"string","description":"리뷰 컨텐츠 포함 여부"},"saleStatCdArr":{"type":"array","description":"상품판매상태 목록","items":{"type":"string"}},"brandNm":{"type":"string","description":"브랜드명"},"mdId":{"type":"string","description":"담당MD"},"revScrVal":{"type":"number","format":"float","description":"상품평 점수"},"goodsNoOption":{"type":"string","description":"상품 번호 옵션"},"goodsNoArray":{"type":"array","description":"상품번호 리스트 배열","items":{"type":"string"}},"goodsNoFrom":{"type":"string","description":"상품번호 From 조건"},"goodsNoTo":{"type":"string","description":"상품번호 To 조건"},"goodsNo":{"type":"string","description":"상품번호"},"condxMbrOpt":{"type":"string","description":"조회 타입"},"condxMbrValue":{"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/reviewMgmtApi/modifyMultipleReviewsDisplayState":{"post":{"tags":["상품평 관리"],"summary":"상품평 목록 전시상태 변경","description":"## 기능설명\n* 상품평 목록 전시상태를 변경합니다.\n---\n## 상세설명\n* 상품평 목록에서 선택한 상품평들의 전시상태를 일괄변경합니다.\n","operationId":"modifyMultipleReviewsDisplayState","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReviewMgmtApiRequest"}}},"required":true},"responses":{"200":{"description":"상품평 목록 전시상태 변경 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"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":{"ReviewDetailApiRequest":{"type":"object","description":"상품평 상세 Request DTO","properties":{"revNo":{"type":"string","description":"리뷰번호"},"revDispStatCd":{"type":"string","description":"리뷰전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"contDispStatCd":{"type":"string","description":"컨텐츠전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"replySeqList":{"type":"array","description":"댓글순번목록","items":{"type":"string"}},"replySeqDispStatCd":{"type":"string","description":"댓글전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"replyCont":{"type":"string","description":"댓글내용"},"imageServerHost":{"type":"string","description":"이미지 서버 주소"},"videoServerHost":{"type":"string","description":"비디오 서버 주소"},"revGbCd":{"type":"string","description":"리뷰구분코드(PR021) 10:텍스트, 20:사진, 30:동영상, 40:사진/동영상"},"limit":{"type":"integer","format":"int32","description":"컨텐츠 개수 제한"}}},"ResponseRealGridListResponseReviewDetailApiResponse":{"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/RealGridListResponseReviewDetailApiResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseReviewDetailApiResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/ReviewDetailApiResponse"}}}},"ReviewDetailApiResponse":{"type":"object","description":"리뷰상세 Response DTO","properties":{"revNo":{"type":"string","description":"리뷰번호"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"loginId":{"type":"string","description":"회원ID"},"ordNo":{"type":"string","description":"주문번호"},"revWrtDtm":{"type":"string","format":"date-time","description":"리뷰작성일시"},"revTypCdNm":{"type":"string","description":"리뷰유형코드명"},"revGbCdNm":{"type":"string","description":"리뷰구분코드명"},"hlpfulCnt":{"type":"string","description":"도움돼요수"},"replyCnt":{"type":"string","description":"댓글수"},"revDclCnt":{"type":"string","description":"리뷰신고수"},"revScrVal":{"type":"string","description":"리뷰별점"},"stfd1Yn":{"type":"string","description":"만족도1여부"},"stfd2Yn":{"type":"string","description":"만족도2여부"},"stfd3Yn":{"type":"string","description":"만족도3여부"},"revDispStatCd":{"type":"string","description":"리뷰전시상태코드"},"dispProcmnId":{"type":"string","description":"전시처리자ID"},"dispProcDtm":{"type":"string","format":"date-time","description":"전시처리일시"},"contDispStatCd":{"type":"string","description":"컨텐츠전시상태코드"},"revCont":{"type":"string","description":"리뷰내용"},"entrNo":{"type":"string","description":"협력사 번호"},"siteNm":{"type":"string","description":"사이트 명"},"replySeq":{"type":"string","description":"댓글순번"},"wrtmnGbCdNm":{"type":"string","description":"작성자구분코드명(PR037)"},"wrtmnId":{"type":"string","description":"작성자 ID"},"replyCont":{"type":"string","description":"댓글내용"},"replySeqDispStatCd":{"type":"string","description":"댓글전시상태코드(PR022)"},"replySeqDispStatCdNm":{"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/reviewMgmtApi/getReviewReplyList":{"get":{"tags":["상품평 관리"],"summary":"상품평 댓글 목록 조회","description":"## 기능설명\n* 상품평 댓글 목록을 조회합니다.\n---\n## 상세설명\n* 상품평 댓글 목록을 조회합니다.\n","operationId":"getReviewReplyList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/ReviewDetailApiRequest"}}],"responses":{"200":{"description":"상품평 댓글 목록 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseReviewDetailApiResponse"}}}},"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":{"ReviewDetailApiRequest":{"type":"object","description":"상품평 상세 Request DTO","properties":{"revNo":{"type":"string","description":"리뷰번호"},"revDispStatCd":{"type":"string","description":"리뷰전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"contDispStatCd":{"type":"string","description":"컨텐츠전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"replySeqList":{"type":"array","description":"댓글순번목록","items":{"type":"string"}},"replySeqDispStatCd":{"type":"string","description":"댓글전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"replyCont":{"type":"string","description":"댓글내용"},"imageServerHost":{"type":"string","description":"이미지 서버 주소"},"videoServerHost":{"type":"string","description":"비디오 서버 주소"},"revGbCd":{"type":"string","description":"리뷰구분코드(PR021) 10:텍스트, 20:사진, 30:동영상, 40:사진/동영상"},"limit":{"type":"integer","format":"int32","description":"컨텐츠 개수 제한"}}},"ResponseListReviewMemberProfileResponse":{"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/ReviewMemberProfileResponse"}},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ReviewMemberProfileResponse":{"type":"object","description":"상품평 고객 프로파일 답변 목록 조회 API Response","properties":{"revNo":{"type":"string","description":"리뷰번호"},"mbrPrfleCd":{"type":"string","description":"고객프로필코드"},"mbrPrfleCdNm":{"type":"string","description":"고객프로필명"},"ansCont":{"type":"string","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/reviewMgmtApi/getReviewMemberProfileList":{"get":{"tags":["상품평 관리"],"summary":"상품평 고객 프로필 답변 목록 조회","description":"## 기능설명\n* 상품평 고객 프로필 답변 목록을 조회합니다.\n---\n## 상세설명\n* 상품평 고객 프로필 답변 목록을 조회합니다. 상품평 상세 팝업에서 호출됩니다.\n","operationId":"getReviewMemberProfileList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/ReviewDetailApiRequest"}}],"responses":{"200":{"description":"상품평 고객 프로필 답변 목록 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseListReviewMemberProfileResponse"}}}},"900":{"description":"상품평 고객 프로필 답변 목록 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 상품평 목록 조회

> \## 기능설명\
> \* 상품평 목록을 조회합니다.\
> \---\
> \## 상세설명\
> \* 조회 조건과 일치하는 상품평 목록을 조회합니다.\
> \* 세부 조회 조건은 아래와 같습니다.\
> &#x20;   \* 작성 기간\
> &#x20;   \* 상품평 구분\
> &#x20;   \* 전시 상태\
> &#x20;   \* 상품평 신고 여부\
> &#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":{"ReviewMgmtApiRequest":{"type":"object","description":"상품평 관리 API Request DTO","properties":{"revWrtStartDtm":{"type":"string","format":"date-time","description":"리뷰등록 시작일"},"revWrtEndDtm":{"type":"string","format":"date-time","description":"리뷰등록 종료일"},"revGbCd":{"type":"string","description":"리뷰구분코드"},"revDispStatCd":{"type":"string","description":"리뷰전시상태코드"},"goodsNm":{"type":"string","description":"상품명"},"loginId":{"type":"string","description":"회원 ID"},"mbrNm":{"type":"string","description":"회원명"},"wrtrIsUserYn":{"type":"string","description":"내 댓글 여부"},"revDclYn":{"type":"string","description":"리뷰 신고여부"},"entrNo":{"type":"string","description":"협력사 번호"},"revScrValList":{"type":"array","description":"평점","items":{"type":"string"}},"revWrtDtmAll":{"type":"boolean","description":"작성일전체여부"},"ordNo":{"type":"string","description":"주문번호"},"hlpfulYn":{"type":"string","description":"추천여부"},"revNo":{"type":"string","description":"리뷰번호"},"revNoList":{"type":"array","description":"리뷰번호 목록","items":{"type":"string"}},"includePriceYn":{"type":"string","description":"판매가 포함여부"},"reviewImgYn":{"type":"string","description":"리뷰 컨텐츠 포함 여부"},"saleStatCdArr":{"type":"array","description":"상품판매상태 목록","items":{"type":"string"}},"brandNm":{"type":"string","description":"브랜드명"},"mdId":{"type":"string","description":"담당MD"},"revScrVal":{"type":"number","format":"float","description":"상품평 점수"},"goodsNoOption":{"type":"string","description":"상품 번호 옵션"},"goodsNoArray":{"type":"array","description":"상품번호 리스트 배열","items":{"type":"string"}},"goodsNoFrom":{"type":"string","description":"상품번호 From 조건"},"goodsNoTo":{"type":"string","description":"상품번호 To 조건"},"goodsNo":{"type":"string","description":"상품번호"},"condxMbrOpt":{"type":"string","description":"조회 타입"},"condxMbrValue":{"type":"string","description":"입력 값"}}},"ResponseRealGridListResponseReviewMgmtApiResponse":{"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/RealGridListResponseReviewMgmtApiResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseReviewMgmtApiResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/ReviewMgmtApiResponse"}}}},"ReviewMgmtApiResponse":{"type":"object","description":"상품평관리 Response DTO","properties":{"totalCount":{"type":"integer","format":"int32","description":"총 갯수"},"siteNm":{"type":"string","description":"사이트명"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"revScrVal":{"type":"number","format":"float","description":"리뷰별점"},"revNo":{"type":"string","description":"리뷰번호"},"revCont":{"type":"string","description":"리뷰내용"},"revGbCd":{"type":"string","description":"리뷰구분코드"},"revGbCdNm":{"type":"string","description":"리뷰구분코드명"},"revTypCd":{"type":"string","description":"리뷰유형코드"},"revTypCdNm":{"type":"string","description":"리뷰유형코드명"},"loginId":{"type":"string","description":"회원ID"},"revWrtDtm":{"type":"string","format":"date-time","description":"리뷰작성일시"},"ordNo":{"type":"string","description":"주문번호"},"replyCnt":{"type":"integer","format":"int32","description":"댓글수"},"hlpfulCnt":{"type":"integer","format":"int32","description":"도움돼요수"},"dclCnt":{"type":"integer","format":"int32","description":"신고개수"},"revDispStatCd":{"type":"string","description":"리뷰전시상태코드"},"revDispStatCdNm":{"type":"string","description":"리뷰전시상태코드명"},"entrNm":{"type":"string","description":"협럭사명"},"dispProcmnId":{"type":"string","description":"전시처리자ID"},"dispProcDtm":{"type":"string","format":"date-time","description":"전시처리일시"},"saleStatCd":{"type":"string","description":"상품상태코드"},"saleStatNm":{"type":"string","description":"상품상태명"},"mdId":{"type":"string","description":"담당MD"},"mdNm":{"type":"string","description":"담당MD명"},"revTotCnt":{"type":"string","description":"리뷰 수"},"salePrc":{"type":"number","description":"판매가"},"contRevGbCd":{"type":"string","description":"컨텐츠구분코드(PR021)"},"contFilePathNm":{"type":"string","description":"컨텐츠 파일 경로"},"contFileNm":{"type":"string","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/reviewMgmtApi/getReviewList":{"get":{"tags":["상품평 관리"],"summary":"상품평 목록 조회","description":"## 기능설명\n* 상품평 목록을 조회합니다.\n---\n## 상세설명\n* 조회 조건과 일치하는 상품평 목록을 조회합니다.\n* 세부 조회 조건은 아래와 같습니다.\n    * 작성 기간\n    * 상품평 구분\n    * 전시 상태\n    * 상품평 신고 여부\n    * 회원 ID/명\n    * 상품 번호\n    * 상품명\n","operationId":"getReviewList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/ReviewMgmtApiRequest"}}],"responses":{"200":{"description":"상품평 목록 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseReviewMgmtApiResponse"}}}},"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":{"ReviewDetailApiRequest":{"type":"object","description":"상품평 상세 Request DTO","properties":{"revNo":{"type":"string","description":"리뷰번호"},"revDispStatCd":{"type":"string","description":"리뷰전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"contDispStatCd":{"type":"string","description":"컨텐츠전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"replySeqList":{"type":"array","description":"댓글순번목록","items":{"type":"string"}},"replySeqDispStatCd":{"type":"string","description":"댓글전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"replyCont":{"type":"string","description":"댓글내용"},"imageServerHost":{"type":"string","description":"이미지 서버 주소"},"videoServerHost":{"type":"string","description":"비디오 서버 주소"},"revGbCd":{"type":"string","description":"리뷰구분코드(PR021) 10:텍스트, 20:사진, 30:동영상, 40:사진/동영상"},"limit":{"type":"integer","format":"int32","description":"컨텐츠 개수 제한"}}},"ResponseReviewDetailApiResponse":{"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/ReviewDetailApiResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ReviewDetailApiResponse":{"type":"object","description":"리뷰상세 Response DTO","properties":{"revNo":{"type":"string","description":"리뷰번호"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"loginId":{"type":"string","description":"회원ID"},"ordNo":{"type":"string","description":"주문번호"},"revWrtDtm":{"type":"string","format":"date-time","description":"리뷰작성일시"},"revTypCdNm":{"type":"string","description":"리뷰유형코드명"},"revGbCdNm":{"type":"string","description":"리뷰구분코드명"},"hlpfulCnt":{"type":"string","description":"도움돼요수"},"replyCnt":{"type":"string","description":"댓글수"},"revDclCnt":{"type":"string","description":"리뷰신고수"},"revScrVal":{"type":"string","description":"리뷰별점"},"stfd1Yn":{"type":"string","description":"만족도1여부"},"stfd2Yn":{"type":"string","description":"만족도2여부"},"stfd3Yn":{"type":"string","description":"만족도3여부"},"revDispStatCd":{"type":"string","description":"리뷰전시상태코드"},"dispProcmnId":{"type":"string","description":"전시처리자ID"},"dispProcDtm":{"type":"string","format":"date-time","description":"전시처리일시"},"contDispStatCd":{"type":"string","description":"컨텐츠전시상태코드"},"revCont":{"type":"string","description":"리뷰내용"},"entrNo":{"type":"string","description":"협력사 번호"},"siteNm":{"type":"string","description":"사이트 명"},"replySeq":{"type":"string","description":"댓글순번"},"wrtmnGbCdNm":{"type":"string","description":"작성자구분코드명(PR037)"},"wrtmnId":{"type":"string","description":"작성자 ID"},"replyCont":{"type":"string","description":"댓글내용"},"replySeqDispStatCd":{"type":"string","description":"댓글전시상태코드(PR022)"},"replySeqDispStatCdNm":{"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/reviewMgmtApi/getReviewInfo":{"get":{"tags":["상품평 관리"],"summary":"상품평 상세 정보 조회","description":"## 기능설명\n* 상품평 상세 정보를 조회합니다.\n---\n## 상세설명\n* 상품평 상세 정보를 조회합니다.\n* 상품평 목록 그리드에서 상품평 내용 클릭시 호출됩니다.\n","operationId":"getReviewInfo","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/ReviewDetailApiRequest"}}],"responses":{"200":{"description":"상품평 상세 정보 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseReviewDetailApiResponse"}}}},"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":{"ReviewDetailApiRequest":{"type":"object","description":"상품평 상세 Request DTO","properties":{"revNo":{"type":"string","description":"리뷰번호"},"revDispStatCd":{"type":"string","description":"리뷰전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"contDispStatCd":{"type":"string","description":"컨텐츠전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"replySeqList":{"type":"array","description":"댓글순번목록","items":{"type":"string"}},"replySeqDispStatCd":{"type":"string","description":"댓글전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"replyCont":{"type":"string","description":"댓글내용"},"imageServerHost":{"type":"string","description":"이미지 서버 주소"},"videoServerHost":{"type":"string","description":"비디오 서버 주소"},"revGbCd":{"type":"string","description":"리뷰구분코드(PR021) 10:텍스트, 20:사진, 30:동영상, 40:사진/동영상"},"limit":{"type":"integer","format":"int32","description":"컨텐츠 개수 제한"}}},"ResponseListReviewEvaluationApiResponse":{"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/ReviewEvaluationApiResponse"}},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ReviewEvaluationApiResponse":{"type":"object","description":"상품평 평가 API Response","properties":{"revNo":{"type":"string","description":"리뷰번호"},"evltItemNo":{"type":"string","description":"평가항목번호"},"evltValNo":{"type":"string","description":"평가값번호"},"evltItemNm":{"type":"string","description":"평가항목명"},"evltVal":{"type":"string","description":"평가값"},"ansCont":{"type":"string","description":"답변내용"},"stdCtgNo":{"type":"string","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/reviewMgmtApi/getReviewEvaluationList":{"get":{"tags":["상품평 관리"],"summary":"상품평 평가항목별 답변 목록 조회","description":"## 기능설명\n* 상품평 평가항목별 답변 목록을 조회합니다.\n---\n## 상세설명\n* 상품평의 평가항목별 답변 목록을 조회합니다. 상품평 상세 팝업에서 호출됩니다.\n","operationId":"getReviewEvaluationList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/ReviewDetailApiRequest"}}],"responses":{"200":{"description":"상품평 평가항목별 답변 목록 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseListReviewEvaluationApiResponse"}}}},"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":{"ReviewDetailApiRequest":{"type":"object","description":"상품평 상세 Request DTO","properties":{"revNo":{"type":"string","description":"리뷰번호"},"revDispStatCd":{"type":"string","description":"리뷰전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"contDispStatCd":{"type":"string","description":"컨텐츠전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"replySeqList":{"type":"array","description":"댓글순번목록","items":{"type":"string"}},"replySeqDispStatCd":{"type":"string","description":"댓글전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"replyCont":{"type":"string","description":"댓글내용"},"imageServerHost":{"type":"string","description":"이미지 서버 주소"},"videoServerHost":{"type":"string","description":"비디오 서버 주소"},"revGbCd":{"type":"string","description":"리뷰구분코드(PR021) 10:텍스트, 20:사진, 30:동영상, 40:사진/동영상"},"limit":{"type":"integer","format":"int32","description":"컨텐츠 개수 제한"}}},"ResponseRealGridListResponsePrGoodsRevDclInfoDto":{"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/RealGridListResponsePrGoodsRevDclInfoDto","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponsePrGoodsRevDclInfoDto":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/PrGoodsRevDclInfoDto"}}}},"PrGoodsRevDclInfoDto":{"type":"object","description":"상품평 신고 목록 조회 DTO","properties":{"goodsRevDclSeq":{"type":"string","description":"상품리뷰신고순번"},"revNo":{"type":"string","description":"리뷰번호"},"revDclTypCd":{"type":"string","description":"리뷰신고유형코드(PR067)"},"revDclEtcCaus":{"type":"string","description":"리뷰신고기타사유"},"revDclTypNm":{"type":"string","description":"리뷰신고유형명"},"revDclmnId":{"type":"string","description":"리뷰신고자ID"},"revWrtmnBlckofYn":{"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/reviewMgmtApi/getReviewDeclarationList":{"get":{"tags":["상품평 관리"],"summary":"상품평 신고 목록 조회","description":"## 기능설명\n* 상품평 신고 목록을 조회합니다.\n--\n## 상세설명\n* 상품평 신고 목록을 조회합니다.\n","operationId":"getReviewDeclarationList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/ReviewDetailApiRequest"}}],"responses":{"200":{"description":"상품평 신고 목록 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponsePrGoodsRevDclInfoDto"}}}},"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":{"ReviewDetailApiRequest":{"type":"object","description":"상품평 상세 Request DTO","properties":{"revNo":{"type":"string","description":"리뷰번호"},"revDispStatCd":{"type":"string","description":"리뷰전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"contDispStatCd":{"type":"string","description":"컨텐츠전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"replySeqList":{"type":"array","description":"댓글순번목록","items":{"type":"string"}},"replySeqDispStatCd":{"type":"string","description":"댓글전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"replyCont":{"type":"string","description":"댓글내용"},"imageServerHost":{"type":"string","description":"이미지 서버 주소"},"videoServerHost":{"type":"string","description":"비디오 서버 주소"},"revGbCd":{"type":"string","description":"리뷰구분코드(PR021) 10:텍스트, 20:사진, 30:동영상, 40:사진/동영상"},"limit":{"type":"integer","format":"int32","description":"컨텐츠 개수 제한"}}},"ResponseListReviewAttachedFileApiResponse":{"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/ReviewAttachedFileApiResponse"}},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ReviewAttachedFileApiResponse":{"type":"object","description":"상품평 첨부파일 API Response","properties":{"revNo":{"type":"string","description":"리뷰번호"},"revGbCd":{"type":"string","description":"리뷰구분코드(PR021) 10:텍스트, 20:사진, 30:동영상, 40:사진/동영상"},"cmtSerialNo":{"type":"string","description":"컨텐츠일련번호"},"contFilePathNm":{"type":"string","description":"컨텐츠파일경로명"},"contFileNm":{"type":"string","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/reviewMgmtApi/getReviewAttachedFileOfVideoList":{"get":{"tags":["상품평 관리"],"summary":"상품평 첨부파일 동영상 목록 조회","description":"## 기능설명\n* 상품평 첨부파일 동영상 목록을 조회합니다.\n---\n## 상세설명\n* 상품평에 첨부된 파일 중 동영상 목록을 조회합니다. 상품평 상세 팝업에서 호출됩니다.\n","operationId":"getReviewAttachedFileOfVideoList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/ReviewDetailApiRequest"}}],"responses":{"200":{"description":"상품평 첨부파일 동영상 목록 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseListReviewAttachedFileApiResponse"}}}},"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":{"ReviewDetailApiRequest":{"type":"object","description":"상품평 상세 Request DTO","properties":{"revNo":{"type":"string","description":"리뷰번호"},"revDispStatCd":{"type":"string","description":"리뷰전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"contDispStatCd":{"type":"string","description":"컨텐츠전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"replySeqList":{"type":"array","description":"댓글순번목록","items":{"type":"string"}},"replySeqDispStatCd":{"type":"string","description":"댓글전시상태코드(PR022) 10:전시안함, 20:전시처리, 30:전시불가"},"replyCont":{"type":"string","description":"댓글내용"},"imageServerHost":{"type":"string","description":"이미지 서버 주소"},"videoServerHost":{"type":"string","description":"비디오 서버 주소"},"revGbCd":{"type":"string","description":"리뷰구분코드(PR021) 10:텍스트, 20:사진, 30:동영상, 40:사진/동영상"},"limit":{"type":"integer","format":"int32","description":"컨텐츠 개수 제한"}}},"ResponseListReviewAttachedFileApiResponse":{"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/ReviewAttachedFileApiResponse"}},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ReviewAttachedFileApiResponse":{"type":"object","description":"상품평 첨부파일 API Response","properties":{"revNo":{"type":"string","description":"리뷰번호"},"revGbCd":{"type":"string","description":"리뷰구분코드(PR021) 10:텍스트, 20:사진, 30:동영상, 40:사진/동영상"},"cmtSerialNo":{"type":"string","description":"컨텐츠일련번호"},"contFilePathNm":{"type":"string","description":"컨텐츠파일경로명"},"contFileNm":{"type":"string","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/reviewMgmtApi/getReviewAttachedFileOfPhotoList":{"get":{"tags":["상품평 관리"],"summary":"상품평 첨부파일 이미지 목록 조회","description":"## 기능설명\n* 상품평 첨부파일 이미지 목록을 조회합니다.\n---\n## 상세설명\n* 상품평에 첨부된 파일 중 이미지 목록을 조회합니다. 상품평 상세 팝업에서 호출됩니다.\n","operationId":"getReviewAttachedFileOfPhotoList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/ReviewDetailApiRequest"}}],"responses":{"200":{"description":"상품평 첨부파일 이미지 목록 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseListReviewAttachedFileApiResponse"}}}},"900":{"description":"상품평 첨부파일 이미지 목록 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## 상품평 배너 상품평 목록 조회

> \## 기능 설명\
> \* 상품평 배너에 추가를 위한 상품평 목록을 조회하는 API 입니다.\
> \---\
> \## 상세 설명\
> \* 접근경로 : \[BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 매장 선택 -> 템플릿 선택 -> 일반 코너 선택 -> 코너 상세 팝업 -> 세트 선택 -> 상품평배너 -> 상품평 추가\
> \
> \* 상품평 배너에 상품평 추가를 눌렀을 떄 호출하는 상품평 팝업에서 상품평 목록을 조회 한다.\
> &#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":{"ReviewMgmtApiRequest":{"type":"object","description":"상품평 관리 API Request DTO","properties":{"revWrtStartDtm":{"type":"string","format":"date-time","description":"리뷰등록 시작일"},"revWrtEndDtm":{"type":"string","format":"date-time","description":"리뷰등록 종료일"},"revGbCd":{"type":"string","description":"리뷰구분코드"},"revDispStatCd":{"type":"string","description":"리뷰전시상태코드"},"goodsNm":{"type":"string","description":"상품명"},"loginId":{"type":"string","description":"회원 ID"},"mbrNm":{"type":"string","description":"회원명"},"wrtrIsUserYn":{"type":"string","description":"내 댓글 여부"},"revDclYn":{"type":"string","description":"리뷰 신고여부"},"entrNo":{"type":"string","description":"협력사 번호"},"revScrValList":{"type":"array","description":"평점","items":{"type":"string"}},"revWrtDtmAll":{"type":"boolean","description":"작성일전체여부"},"ordNo":{"type":"string","description":"주문번호"},"hlpfulYn":{"type":"string","description":"추천여부"},"revNo":{"type":"string","description":"리뷰번호"},"revNoList":{"type":"array","description":"리뷰번호 목록","items":{"type":"string"}},"includePriceYn":{"type":"string","description":"판매가 포함여부"},"reviewImgYn":{"type":"string","description":"리뷰 컨텐츠 포함 여부"},"saleStatCdArr":{"type":"array","description":"상품판매상태 목록","items":{"type":"string"}},"brandNm":{"type":"string","description":"브랜드명"},"mdId":{"type":"string","description":"담당MD"},"revScrVal":{"type":"number","format":"float","description":"상품평 점수"},"goodsNoOption":{"type":"string","description":"상품 번호 옵션"},"goodsNoArray":{"type":"array","description":"상품번호 리스트 배열","items":{"type":"string"}},"goodsNoFrom":{"type":"string","description":"상품번호 From 조건"},"goodsNoTo":{"type":"string","description":"상품번호 To 조건"},"goodsNo":{"type":"string","description":"상품번호"},"condxMbrOpt":{"type":"string","description":"조회 타입"},"condxMbrValue":{"type":"string","description":"입력 값"}}},"ReviewMgmtApiResponse":{"type":"object","description":"상품평관리 Response DTO","properties":{"totalCount":{"type":"integer","format":"int32","description":"총 갯수"},"siteNm":{"type":"string","description":"사이트명"},"goodsNo":{"type":"string","description":"상품번호"},"goodsNm":{"type":"string","description":"상품명"},"revScrVal":{"type":"number","format":"float","description":"리뷰별점"},"revNo":{"type":"string","description":"리뷰번호"},"revCont":{"type":"string","description":"리뷰내용"},"revGbCd":{"type":"string","description":"리뷰구분코드"},"revGbCdNm":{"type":"string","description":"리뷰구분코드명"},"revTypCd":{"type":"string","description":"리뷰유형코드"},"revTypCdNm":{"type":"string","description":"리뷰유형코드명"},"loginId":{"type":"string","description":"회원ID"},"revWrtDtm":{"type":"string","format":"date-time","description":"리뷰작성일시"},"ordNo":{"type":"string","description":"주문번호"},"replyCnt":{"type":"integer","format":"int32","description":"댓글수"},"hlpfulCnt":{"type":"integer","format":"int32","description":"도움돼요수"},"dclCnt":{"type":"integer","format":"int32","description":"신고개수"},"revDispStatCd":{"type":"string","description":"리뷰전시상태코드"},"revDispStatCdNm":{"type":"string","description":"리뷰전시상태코드명"},"entrNm":{"type":"string","description":"협럭사명"},"dispProcmnId":{"type":"string","description":"전시처리자ID"},"dispProcDtm":{"type":"string","format":"date-time","description":"전시처리일시"},"saleStatCd":{"type":"string","description":"상품상태코드"},"saleStatNm":{"type":"string","description":"상품상태명"},"mdId":{"type":"string","description":"담당MD"},"mdNm":{"type":"string","description":"담당MD명"},"revTotCnt":{"type":"string","description":"리뷰 수"},"salePrc":{"type":"number","description":"판매가"},"contRevGbCd":{"type":"string","description":"컨텐츠구분코드(PR021)"},"contFilePathNm":{"type":"string","description":"컨텐츠 파일 경로"},"contFileNm":{"type":"string","description":"컨텐츠 파일명"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/goods/reviewMgmtApi/getDisplayGoodsReviewList":{"get":{"tags":["상품평 관리"],"summary":"상품평 배너 상품평 목록 조회","description":"## 기능 설명\n* 상품평 배너에 추가를 위한 상품평 목록을 조회하는 API 입니다.\n---\n## 상세 설명\n* 접근경로 : [BO] 전시 -> 전시 연결 관리 -> 전시 연결 정보 관리 -> 매장 선택 -> 템플릿 선택 -> 일반 코너 선택 -> 코너 상세 팝업 -> 세트 선택 -> 상품평배너 -> 상품평 추가\n\n* 상품평 배너에 상품평 추가를 눌렀을 떄 호출하는 상품평 팝업에서 상품평 목록을 조회 한다.\n    * 필수값: 리뷰등록 시작일, 리뷰등록 종료일\n","operationId":"getDisplayGoodsReviewList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/ReviewMgmtApiRequest"}},{"name":"revWrtStartDtm","in":"query","description":"리뷰등록 시작일","required":true,"schema":{"type":"localDate"}},{"name":"revWrtEndDtm","in":"query","description":"리뷰등록 종료일","required":true,"schema":{"type":"localDate"}},{"name":"revNo","in":"query","description":"상품평번호","schema":{"type":"String"}},{"name":"entrNo","in":"query","description":"협력사번호","schema":{"type":"String"}},{"name":"condxMbrOpt","in":"query","description":"조회 타입","schema":{"type":"string"}},{"name":"condxMbrValue","in":"query","description":"입력 값","schema":{"type":"string"}},{"name":"goodsNo","in":"query","description":"상품 번호","schema":{"type":"String"}},{"name":"goodsNm","in":"query","description":"상품명","schema":{"type":"String"}},{"name":"mbrNm","in":"query","description":"회원명","schema":{"type":"String"}},{"name":"brandNm","in":"query","description":"브랜드명","schema":{"type":"String"}},{"name":"loginId","in":"query","description":"회원 ID","schema":{"type":"String"}},{"name":"mdId","in":"query","description":"담당MD","schema":{"type":"String"}},{"name":"revScrVal","in":"query","description":"상품평 점수","schema":{"type":"Float"}}],"responses":{"200":{"description":"상품평 배너 상품평 목록 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ReviewMgmtApiResponse"}}}},"400":{"description":"상품평 배너 상품평 목록 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```
