---
title: "Get Channels"
method: GET
path: "/channels"
tags: ["Channels"]
---

# Get Channels

`GET /channels`

Get Channels<br>獲取 Channel 列表

## Query parameters

- `belongs_to` 'staff' | 'merchant'
- `platform` 'Shopee' | 'shop_crm' | 'online' | 'pos' | 'sc'
- `platforms` string[]
- `include_fields` string[]
- `fields` string[]
- `page` integer
- `per_page` integer

## Response `200`

OK

- Channels
  - `pagination` Paginatable
    - `current_page` integer — The current page number<br>當前分頁
    - `per_page` integer — Number of result per page<br>每頁顯示 n 筆資料<br>(Default: 24)
    - `total_count` integer — Number of result in total<br>資料總量
    - `total_pages` integer — Number of pages in total<br>總頁數量
  - `items` Channel[]
    - `id` string
    - `name` object — Name Translations<br>名稱
      - `en` string — Merchant defined English name<br>店家定義英文名稱
      - `zh-hant` string — Merchant defined Traditional Chinese name<br>店家定義繁體中文名稱
      - `zh-cn` string — Merchant defined Simplified Chinese name<br>店家定義簡體中文名稱
      - `vi` string — Merchant defined Vietnamese name<br>店家定義越南文名稱
      - `ms` string — Merchant defined Malaysian name<br>店家定義馬來西亞文名稱
      - `ja` string — Merchant defined Japanese name<br>店家定義日文名稱
      - `th` string — Merchant defined Thai name<br>店家定義泰文名稱
      - `id` string — Merchant defined Indian name<br>店家定義印度文名稱
      - `de` string — Merchant defined Deutsch name<br>店家定義德文名稱
      - `fr` string — Merchant defined France name<br>店家定義法文名稱
    - `platform` 'Shopee' | 'shop_crm' | 'online' | 'pos' | 'sc' — Shopee<br> shop_crm<br> online<br> pos<br> sc
    - `merchant_id` string
    - `updated_at` string
    - `created_at` string
    - `currency_code` string
    - `merchant_name` string
    - `default_warehouse_id` string
    - `identifier` string
    - `phones` object
      - `main` string
    - `address` object
    - `pin_codes` object[]
      - `code` string
      - `scope` string
    - `mobile_logo_media_url` string
    - `e_invoice_setting` object — only expose this object when the request_params include_fields contains e_invoice_setting value and the merchant of the channel has sl_pos_one_einvoice_setting rollout_key
      - `invoice_type` 'none' | 'tradevan' | 'cetustek' — invoice setting type
      - `invoice` object — only show this object when invoice_type is cetustek
        - `tax_id` string — 發票統一編號
        - `source` object — merchant invoice information
          - `business_entity` string — 營業人名稱
      - `invoice_tradevan` object — only show this object when invoice_type is tradevan
        - `tax_id` string — 發票統一編號
        - `source` object — merchant invoice information
          - `business_entity` string — 營業人名稱
          - `business_type_code` string — 事業別代號

## Other responses

- `422` — Unprocessable Entity
- `500` — Server error

---

[API](https://skmtc.net/shoplineapp/apis/shopline-open-api.md) · [All operations](https://skmtc.net/shoplineapp/apis/shopline-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shoplineapp/shopline-open-api/revisions/1675ac12cde7/schema)
