---
title: "Get Product Review Setting"
method: GET
path: "/settings/product_review"
tags: ["Settings"]
---

# Get Product Review Setting

`GET /settings/product_review`

To retrieve the setting of product review<br>獲取商品評價設定

## Response `200`

OK

- ProductReviewSetting
  - `hide_review` boolean — Hide Review<br>是否隱藏評價
  - `hide` string[] — Hide Reviews of Given Stars<br>隱藏評價星等
  - `show_media` boolean — Show Media<br>是否顯示圖片
  - `allow_customer_upload_media` boolean — Allow Upload Media<br>評價是否可以上傳圖片
  - `enable_reward` boolean — Enable Reward<br>是否開啟評價獎賞
  - `reward_type` 'user_credit' | 'member_point' — Reward Type<br>評價獎賞類別
  - `review_reward_condition` object — Reward Condition<br>評價獎賞條件
    - `min_length` integer — Minimum comment length required<br>最少評論字數
    - `deadline_days` integer — Deadline days for reward<br>評價在order完成後送出的期限天數
    - `picture_upload` integer — Picture upload required<br>圖片上傳要求

## Other responses

- `500` — Server error

---

[API](https://skmtc.net/shoplineapp/apis/shopline-open-api.md) · [All operations](https://skmtc.net/shoplineapp/apis/shopline-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shoplineapp/shopline-open-api/revisions/1675ac12cde7/schema)
