v1

latestOpenAPI 3.0.02026-07-26318168886.7 KB
Merchants

Get Merchants

To get information of merchants by token<br>根據token取得所有店家

get/merchants

Response

OK

Example response

{
  "items": [
    {
      "id": "5e8c5b7a2c389a006ad21050",
      "base_country_code": "TW",
      "base_currency_code": "TWD",
      "name": "vicky's store 志龍",
      "email": "vicky@shopline.com",
      "handle": "vickyvickyvicky",
      "custom_domain": "www.vickyvickyvicky.com",
      "current_plan_key": "premium_3year",
      "default_language_code": "en",
      "staff_id": "5b55ae85b818790005cc40c1",
      "rollout_keys": [
        "admin_v2",
        "studio_livestream",
        "channel_customer_authentication"
      ],
      "supported_languages": [
        "en",
        "zh-hant",
        "ja",
        "id",
        "ms",
        "zh-cn",
        "fr",
        "de",
        "th",
        "vi"
      ],
      "logo_media": {
        "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"
          }
        }
      },
      "kyc_status": "not_yet_applied",
      "admin_status": "normal",
      "brand_home_url": "https://handle.shoplineapp.com",
      "taxes": [
        {
          "id": "610c21d5496ffa004ee65b73",
          "name": "消費稅",
          "merchant_id": "5e8c5b7a2c389a006ad21050",
          "country": "US",
          "is_default_rates": true,
          "enable_inclusive": true,
          "allow_inclusive_tax": true,
          "service_charge_taxable": true,
          "emoji_flag": "🇺🇸",
          "sales": {
            "general": {
              "id": "610c21d5496ffa004ee65b74",
              "region": "IA",
              "rate": 0.04,
              "type": "sales",
              "default_rate": 0.0736
            },
            "details": [
              {
                "id": "610c21d5496ffa004ee65b74",
                "region": "IA",
                "rate": 0.04,
                "type": "sales",
                "default_rate": 0.0736
              }
            ]
          },
          "delivery": {
            "general": {
              "id": "610c21d5496ffa004ee65b74",
              "region": "IA",
              "rate": 0.04,
              "type": "sales",
              "default_rate": 0.0736
            },
            "details": [
              {
                "id": "610c21d5496ffa004ee65b74",
                "region": "IA",
                "rate": 0.04,
                "type": "sales",
                "default_rate": 0.0736
              }
            ]
          },
          "service_charge": {
            "general": {
              "id": "610c21d5496ffa004ee65b74",
              "region": "IA",
              "rate": 0.04,
              "type": "sales",
              "default_rate": 0.0736
            },
            "details": [
              {
                "id": "610c21d5496ffa004ee65b74",
                "region": "IA",
                "rate": 0.04,
                "type": "sales",
                "default_rate": 0.0736
              }
            ]
          }
        }
      ],
      "current_theme_key": "ultra_chic",
      "instagram_username": "freecodecamp",
      "whitelisted_ip_addresses": [
        {
          "_id": "6360953220b56c0034befa35",
          "name": "my IP",
          "address": "127.0.0.1",
          "updated_at": "2022-11-01T03:40:34.382Z",
          "created_at": "2022-11-01T03:40:34.382Z"
        }
      ]
    }
  ]
}