---
title: "Get Products Setting"
method: GET
path: "/settings/products"
tags: ["Settings"]
---

# Get Products Setting

`GET /settings/products`

To retrieve the setting of products<br>獲取商品設定

## Response `200`

OK

- ProductsSetting
  - `enabled_pos_product_customized_price` boolean
  - `enabled_pos_product_price_tier` boolean
  - `enabled_product_review` boolean — Enable product review.<br>啟用商品評價
  - `price_range_enabled` boolean — Show Price Range in the Store<br>前台顯示「價格區間」
  - `variation_display` 'dropdown' | 'swatches' — Display style for product variations in the store (Dropdown selection or Label swatches).<br> 商品規格於商店的顯示方式為「下拉選單」或「文字選項」
  - `addon_limit_enabled` boolean — Addon Limit Enabled<br>加購品數量上限
  - `enabled_show_member_price` boolean — Show member price in the store.<br>在前台顯示「會員價」
  - `enabled_stock_reminder` boolean — Show Low Inventory Reminder in the Store<br>在前台顯示「低庫存」提示
  - `show_sold_out` boolean — Show Sold Out Reminder in the Store<br>前台顯示「售完」提示
  - `enabled_pos_pinned_product` boolean — Enable pos pinned product.<br>啟用 POS 釘選商品功能
  - `show_max_discount_rate` object — Show max discount rate in the store.<br>在前台顯示「最低折扣規格」，與折扣的顯示方式
  - `sold_out_at_last` boolean — Enable Sort Sold-out Products Last on Storefront.<br>啟用「在前台將售完商品排序於後」

## Other responses

- `500` — Server error

---

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