# 상품후기 게시판

상품 상세 페이지에서 상품후기(탭)영역의 \[전체 상품후기 보기] 버튼 클릭 시 상품후기 게시판으로 이동됩니다.&#x20;

상품후기는 어드민 아래 경로에서 설정이 가능합니다.&#x20;

```
shop by basic/pro : 게시판 > 게시판 관리 > 상품후기> 상품후기 설정(탭)
shop by premium : 상품관리 > 상품평 관리 > 상품문의 설정(탭)
```

#### ◼︎ 상품후기 게시판

상품후기 게시판에서는 3개의 탭으로 구분하여 상품후기 목록 조회가 가능합니다.

* 전체 상품후기 : 쇼핑몰에 등록된 모든 상품후기를 조회합니다.&#x20;
* 포토 상품후기 : 쇼핑몰에 등록된 상품후기 중 포토가 포함된 상품후기만 조회합니다.
* 상품기준 상품후기 : 쇼핑몰에 등록된 상품후기를 상품기준으로 조회합니다.&#x20;

<figure><img src="/files/bdq7kCFTpdPKHK193urF" alt=""><figcaption><p>PC</p></figcaption></figure>

<figure><img src="/files/dqnBB9knkKZAhMcB8xaE" alt=""><figcaption><p>MO</p></figcaption></figure>

> [GET /reviews/boards](https://docs.shopby.co.kr/?url.primaryName=display/#/Review/get-products-reviews-by-board)
>
> ► 상품평 게시판 목록 조회하기\
> 상품평 게시판 목록을 조회합니다 (전체 상품후기/포토 상품후기)

> [GET /reviews/boards/reviewde-products](https://docs.shopby.co.kr/?url.primaryName=display/#/Review/get-reviews-by-products)
>
> ► 상품 기준 상품평 게시판 목록 조회하기\
> 상품 기준 상품평 게시판 목록을 조회합니다. (상품기준 상품후기)

#### ◼︎ 상품후기 등록/수정

{% hint style="info" %}
상품후기 등록/수정은 마이페이지 > 나의 게시글 > [상품후기 화면](/aurora-guide/api-1/mypage-post/product-review.md)에서 참고하시길 바랍니다.&#x20;
{% endhint %}

#### ◼︎ 상품후기 상세 팝업

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

상품후기 내용 클릭 시 상품후기 상세 팝업에 출력됩니다.\
상품 후기 상세 페이지는 아래 API 를 통해 조회 가능합니다.

> [GET /products/{productNo}/product-reviews/{reviewNo}](https://docs.shopby.co.kr/?url.primaryName=display/#/Review/get-products-product-reviews)
>
> ▶ 상품평 가져오기\
> 상품평을 조회합니다.

상품평에 작성된 댓글을 조회할 수 있습니다.&#x20;

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

상품평을 추천/추천 취소 할 수 있습니다.

> [GET /products/{productNo}/product-reviews/{reviewNo}/recommend](https://docs.shopby.co.kr/?url.primaryName=display/#/Review/post-product-reviews-recommend)
>
> ► 상품평 추천하기\
> 상품평을 추천할 수 있습니다.

> [DELETE /products/{productNo}/product-reviews/{reviewNo}/recommend](https://docs.shopby.co.kr/?url.primaryName=display/#/Review/delete-product-reviews-recommend)
>
> ► 상품평 추천 취소하기\
> 추천한 상품평의 추천을 취소할 수 있습니다.


---

# 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-review-list.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.
