v1

latestOpenAPI 3.0.02026-07-26318168886.7 KB
Settings

Get Products Setting

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

get/settings/products

Response

OK

enabled_pos_product_customized_priceboolean
enabled_pos_product_price_tierboolean
enabled_product_reviewboolean

Enable product review.<br>啟用商品評價

price_range_enabledboolean

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_enabledboolean

Addon Limit Enabled<br>加購品數量上限

enabled_show_member_priceboolean

Show member price in the store.<br>在前台顯示「會員價」

enabled_stock_reminderboolean

Show Low Inventory Reminder in the Store<br>在前台顯示「低庫存」提示

show_sold_outboolean

Show Sold Out Reminder in the Store<br>前台顯示「售完」提示

enabled_pos_pinned_productboolean

Enable pos pinned product.<br>啟用 POS 釘選商品功能

show_max_discount_rateobject

Show max discount rate in the store.<br>在前台顯示「最低折扣規格」,與折扣的顯示方式

sold_out_at_lastboolean

Enable Sort Sold-out Products Last on Storefront.<br>啟用「在前台將售完商品排序於後」

Example response

{
  "variation_display": "dropdown",
  "show_max_discount_rate": {
    "enabled": false,
    "display_type": "fold"
  }
}