Get Users Setting
Notice
Only available to 3rd party app developers.
僅提供第三方應用開發者使用。
Function
To retrieve the setting of users
獲取用戶設定
URL
GET https://open.shopline.io/v1/settings/users
Response Example
Field | Type | Description | Example |
---|---|---|---|
pos_apply_credit | Boolean | false | |
minimum_age_limit | String | The minimum age required for customers to shop at the online store 在網店購物的年齡下限 minimum: "13" 最小: "13" maximum: "130" 最大: "130" | "13" |
enable_member_point | Boolean | Whether the member point rules are activated 會員點數規則是否正在生效 | true |
enable_user_credit | Boolean | Store Credits Toggle 商店購物金總開關 | true |
{
"pos_apply_credit": false,
"minimum_age_limit": "13",
"enable_member_point": true,
"enable_user_credit": true
}
Updated almost 3 years ago