---
title: "Get Channel"
method: GET
path: "/channels/{id}"
tags: ["Channels"]
---

# Get Channel

`GET /channels/{id}`

To get detailed information for a specific channel with its ID<br>使用通路ID獲取特定一個通路的詳細資料

## Path parameters

- `id` string, required

## Query parameters

- `include_fields` string[]
- `fields` string[]

## Response `200`

OK

- 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

- `404` — Channel not found error
- `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)
