Skip to content

Get Pos Settings

Description

取得POS設定。

Resource

GET /v1/basic/pos_settings

Authorization

採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login

Response Body Parameters

Name Type Description
prcarea_type string 價格類型
prom_sequence01 string 結帳促銷計算順序1
prom_sequence02 string 結帳促銷計算順序2
prom_sequence03 string 結帳促銷計算順序3
prom_sequence04 string 結帳促銷計算順序4
prom_sequence05 string 結帳促銷計算順序5
prom_sequence06 string 結帳促銷計算順序6
prom_sequence07 string 結帳促銷計算順序7
prom_sequence08 string 結帳促銷計算順序8
prom_sequence09 string 結帳促銷計算順序9
promamt_prod string 滿額抵用商品編號
promqty_incprom string 滿量贈送是否包含特價品
promqtybysatisfyqtygroup string 滿量折價(扣)依群組計算
vipdiscount_whencheckout string 貴賓折扣結帳時計算(未促銷商品可依貴賓折扣打折)
discount_type string 折扣方式

Response Body Example

{
  "prcarea_type": "1",
  "prom_sequence01": "Prom_Dept",
  "prom_sequence02": "Prom_Combin",
  "prom_sequence03": "Prom_QtyDisc",
  "prom_sequence04": "Prom_QtyGift",
  "prom_sequence05": "Prom_PriceGift",
  "prom_sequence06": "Prom_RedGreen",
  "prom_sequence07": "Prom_Tag",
  "prom_sequence08": "Prom_Pack",
  "prom_sequence09": "Prom_PriceDisc",
  "promamt_prod": "",
  "promqty_incprom": "1",
  "promqtybysatisfyqtygroup": "0",
  "vipdiscount_whencheckout": "0",
  "discount_type": ""
}