v1

latestOpenAPI 3.0.02026-07-26318168886.7 KB
Membership Tiers

Get Membership Tiers

To get membership tiers with open API<br>獲取會員分級資料

get/membership_tiers

Query parameters

include_fields[]string[]

Provide additional attributes in the response<br>結果添加哪些參數

Response

OK

idstring

Membership tier's ID<br>會員等級ID

levelinteger

Level of Current Membership Tier<br>等級高低<br>-<br>*Having higher level with larger number.<br>等級數越高,數字越大

member_countinteger

Number of members in this tier<br>此等級的會員人數

Example response

[
  {
    "id": "5de6192b9a8b7900365abb5b",
    "level": 2,
    "name_translations": {
      "zh-hant": "山竹會員"
    },
    "membership_tier_rules": [
      {
        "id": "61653d1ce250830024bc53de",
        "effect_type": "upgrade",
        "condition_interval": {
          "type": "single_purchase",
          "time_unit": "month",
          "time_value": 12
        },
        "effect_interval": {
          "type": "unlimited",
          "time_unit": "month",
          "time_value": 12
        },
        "total_spending": {
          "cents": 110,
          "currency_symbol": "HK$",
          "currency_iso": "HKD",
          "label": "HK$1.10",
          "dollars": 1.1
        },
        "created_at": "2021-10-12T07:45:32.383Z",
        "updated_at": "2021-10-12T07:45:32.383Z"
      }
    ],
    "promotions": [
      {
        "id": "5e8445bcca53240021eab706",
        "discount_percentage": 10,
        "discount_amount": {
          "cents": 999999999,
          "currency_symbol": "NT$",
          "currency_iso": "TWD",
          "label": "NT$999,999,999",
          "dollars": 999999999
        },
        "discountable_quantity": 3,
        "discounted_point": 100,
        "discounted_price": {
          "cents": 999999999,
          "currency_symbol": "NT$",
          "currency_iso": "TWD",
          "label": "NT$999,999,999",
          "dollars": 999999999
        },
        "discountable_product_ids": [
          "5e8420f2ad0fba0015406e56",
          "5e8420b54c61c3001ea5155c"
        ],
        "conditions": [
          {
            "id": "5e8445bcca53240021eab706",
            "min_item_count": 10,
            "min_price": {
              "cents": 999999999,
              "currency_symbol": "NT$",
              "currency_iso": "TWD",
              "label": "NT$999,999,999",
              "dollars": 999999999
            },
            "type": "red",
            "subscription_period": 4
          }
        ],
        "created_at": "2019-12-30T09:16:46.142+00:00",
        "updated_at": "2019-12-30T09:16:46.142+00:00",
        "discountable_category_ids": [
          "5e8c5b7ee3880972601cd58c",
          "5f48cb50e38809d8b4801609"
        ],
        "discount_on": "order",
        "discount_type": "percentage",
        "is_accumulated": true,
        "first_purchase_only": true,
        "first_purchase_all_platform": true,
        "codes": [
          "VIP001",
          "VIP002"
        ],
        "show_coupon": true,
        "membership_tier_id": "5e844fb7b6c29b000f00f9c6",
        "requires_membership": true,
        "whitelisted_membership_tier_ids": [
          "5e844fb7b6c29b000f00f9c6",
          "5e844fa74c61c30030a521f3"
        ],
        "user_max_use_count": 1,
        "max_use_count": 20,
        "use_count": 5,
        "sum_use_count": 14,
        "whitelisted_delivery_option_ids": [
          "5e8417e7d4f5f100393710fa",
          "5e841409beef3d001b403c3c",
          "5e8413ed563778001e96a319"
        ],
        "whitelisted_payment_ids": [
          "5e8413688fa5fc00159950d1",
          "5e84133f95b3340015764347",
          "5e84132050b28e002d149b18",
          "5e840fe1ca53240018eaaa50"
        ],
        "start_at": "2020-07-09T04:00:00.000+00:00",
        "end_at": "null",
        "status": "active",
        "usable": true,
        "for_affiliate_campaign": true,
        "is_contain_campaign": true,
        "seo_enabled": true,
        "seo_keywords": "summer special",
        "link": {
          "created_at": "2019-12-30T09:16:46.142+00:00",
          "updated_at": "2019-12-30T09:16:46.142+00:00"
        },
        "available_platforms": [
          "ec",
          "retail"
        ],
        "is_partial_free_shipping": true,
        "coupon_type": "draw",
        "extended_promotion_id": "5f06a6cb0a3509004853443a",
        "extend_promotions": [
          {
            "id": "5e8445bcca53240021eab706",
            "discount_percentage": 10,
            "discount_amount": {
              "cents": 999999999,
              "currency_symbol": "NT$",
              "currency_iso": "TWD",
              "label": "NT$999,999,999",
              "dollars": 999999999
            },
            "discountable_quantity": 3,
            "discounted_point": 100,
            "discounted_price": {
              "cents": 999999999,
              "currency_symbol": "NT$",
              "currency_iso": "TWD",
              "label": "NT$999,999,999",
              "dollars": 999999999
            },
            "discountable_product_ids": [
              "5e8420f2ad0fba0015406e56",
              "5e8420b54c61c3001ea5155c"
            ],
            "conditions": [
              {
                "id": "5e8445bcca53240021eab706",
                "min_item_count": 10,
                "min_price": {
                  "cents": 999999999,
                  "currency_symbol": "NT$",
                  "currency_iso": "TWD",
                  "label": "NT$999,999,999",
                  "dollars": 999999999
                },
                "type": "red",
                "subscription_period": 4
              }
            ]
          }
        ],
        "drew_coupon_count": 20,
        "whitelisted_membership_tiers": [
          {
            "_id": "id value",
            "name_translations": "membership_tier_name"
          }
        ],
        "summary": {
          "en": "summary",
          "zh-hant": "概況"
        },
        "available_channel_ids": [
          "5e8420f2ad0fba0015406e56",
          "5e8420b54c61c3001ea5155c"
        ],
        "banner_medias": {
          "id": "5f8e5dc08a8bb70a5c9cd93c",
          "alt_translations": {
            "en": "Image ALT",
            "zh-hant": "圖片ALT"
          },
          "images": {
            "original": {
              "width": 800,
              "height": 800,
              "url": "https://img.example.com/media/1234/thumb.jpg"
            }
          }
        }
      }
    ],
    "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"
        ]
      }
    ],
    "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"
      }
    ]
  }
]