# 상품후기 (탭)

<figure><img src="/files/hscM8v4k5QxLll9N4q3a" alt=""><figcaption></figcaption></figure>

> [GET/ products/{productNo}/product-reviews](https://docs.shopby.co.kr/?url.primaryName=display/#/Review/get-product-product-reviews)
>
> ► 상품평 목록 조회하기\
> 해당 상품번호에 작성된 상품평을 조회합니다.&#x20;

해당 상품번호(productNo) 기준으로 작성된 상품평 목록을 조회하며, 아래의 항목으로 리스트를 구성합니다.

* 상품 정보 (상품 이미지 / 상품명 / 옵션명)
* 별점
* 작성자/작성일
* 후기 정보 (후기 내용 / 후기 이미지)

***

<figure><img src="/files/3YVAO8lZ98U0jCJHoUFk" alt=""><figcaption></figcaption></figure>

* 🅐 [상품후기 등록](#undefined)
* 🅑 [상품후기 수정](#undefined-1)
* 🅒 [상품후기 상세조회](#undefined-2)
* 🅓 [상품후기 삭제](#undefined-3)

***

### 🅐 상품후기 등록

작성 가능한 상품후기 목록은 구매한 상품의 옵션 기준으로 출력됩니다.\
로그인한 회원의 상품이 배송완료되어, 상품평을 작성할 수 있는 상태일 경우 \[상품후기 등록] 버튼을 노출합니다.&#x20;

\[상품후기 등록] 버튼 클릭 시 상품후기 등록 팝업이 출력됩니다.

<div align="left"><figure><img src="/files/irdFa3HBw96Tx0QGL9bP" alt="" width="563"><figcaption></figcaption></figure></div>

> [GET /products/{productNo}/product-reviews](https://docs.shopby.co.kr/?url.primaryName=display/#/Review/post-product-reviews)
>
> ► 상품평 등록하기\
> 해당 상품번호에 대한 상품평을 등록합니다.

해당 상품번호(productNo) 기준으로 상품평을 등록할 수 있습니다. \
상품후기 등록 팝업에서 아래 항목을 제공합니다.

* 주문상품 선택
  * 나의 게시글 > 상품후기에서 게시글 등록이 가능한 주문상품(옵션 기준)을 선택해야 합니다.&#x20;
* 평점&#x20;
  * 0점, 1점, 2점, 3점, 4점, 5점 / 최대 5점까지 선택 가능합니다.
* 내용
  * 최대 1,000자 까지 입력 가능합니다.
* 첨부파일&#x20;
  * 첨부파일은 최대 10개까지 등록 가능하며, 1개당 용량은 5MB로 제한됩니다.
  * 단, 어드민 상품후기 게시판 설정에서 첨부파일 '사용 안 함'으로 설정 시 첨부파일 기능은 제공되지 않습니다.

***

### 🅑 상품후기 수정

> [PUT /products/{productNo}/product-reviews/{reviewNo}](https://docs.shopby.co.kr/?url.primaryName=display/#/Review/put-product-review)
>
> ► 상품평 수정하기\
> 작성자 본인의 상품후기를 수정합니다.&#x20;

해당 상품번호(productNo)에 대한 작성자 본인의 상품후기를 수정합니다.

상품후기는 작성자 본인만 수정 가능 합니다.\
수정이 가능한 범위는 주문상품, 평점, 내용, 첨부파일 입니다.&#x20;

***

### 🅒 상품후기 상세조회

* [GET /products/{productNo}/product-reviews/{reviewNo} 상품평 가져오기](https://docs.shopby.co.kr/?url.primaryName=display/#/Review/get-products-product-reviews) API 로 수정할 상품후기 정보를 조회해 수정 폼에 노출합니다.

***

### 🅓 상품후기 삭제

> [DELETE /products/{productNo}/product-reviews/{reviewNo}](https://docs.shopby.co.kr/?url.primaryName=display/#/Review/delete-product-review)
>
> ► 상품평 삭제하기\
> 해당 상품번호에 대한 작성자 본인의 상품후기를 삭제합니다.&#x20;

해당 상품번호(productNo)에 대한 작성자 본인의 상품후기를 삭제합니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://workspace-help.nhn-commerce.com/aurora-guide/api-1/product-detail/product-review.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
