v1
latestOpenAPI 3.0.02026-07-26318168886.7 KBSettings
Get Users Setting
To retrieve the setting of users<br>獲取顧客設定
get/settings/users
Query parameters
include_fields[]string[]
Provide additional attributes in the response<br>結果添加哪些參數
Response
OK
Example response
{
"membership_promo_banner": {
"text": {
"custom_content": {
"zh": {
"title": "尊榮會員專屬優惠",
"content": "立即享有滿千折百優惠!\n更多好康等你拿~"
},
"en": {
"title": "Exclusive VIP Offer",
"content": "Enjoy $100 off every $1000 spent.\nJoin now for more surprises!"
}
}
},
"image": {
"custom_content": {
"zh": {
"images": {
"original": {
"width": 56,
"height": 56,
"url": "https://img-shoplineapp-com.s3.amazonaws.com/media/image_clips/68400502f67621269287fa5b/original.png?1749026050"
}
},
"_id": "68400502f67621269287f15b"
}
}
}
},
"user_credit_rules": [
{
"apply_conditions": [
{
"credit_value": 100,
"apply_threshold": 1000
}
],
"created_at": "2018-01-10T09:32:29.154+00:00",
"updated_at": "2018-01-10T09:32:29.154+00:00"
}
],
"member_point_rules": [
{
"id": "61af3c6be0adc70043875be9",
"status": "active",
"unit_price": 50,
"points_per_unit": 5,
"points_expire_day": 1,
"points_expire_month": 1,
"pending_days": 1,
"rule_type": "earn_from_order",
"remarks_translations": {
"en": "rules",
"zh-hant": "規則"
},
"membership_tier_id": "5a7bf962e3880950d100026a",
"unit_point": 50,
"price_per_unit": 1,
"point_value": 20,
"apply_threshold": 30,
"available_platforms": [
"ec",
"retail"
]
}
],
"minimum_age_limit": "13",
"enable_member_point": true,
"enable_user_credit": true
}