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

# Get Product Channel Price

`GET /channels/{id}/prices`

To get detailed information for product channel price with Channel ID<br>使用通路ID獲取商品通路價格

## Path parameters

- `id` string, required

## Query parameters

- `previous_id` string
- `limit` integer

## Response `200`

OK

- PriceSets
  - `items` PriceSet[]
    - `id` string
    - `type` 'pos' | 'flash_price' — price set type
    - `price` object — price
      - `cents` integer
      - `currency_symbol` string
      - `currency_iso` string
      - `label` string
      - `dollars` number
    - `status` string — price set status
    - `merchant_id` string — 商家 ID
    - `channel_id` string — 渠道(實體店) ID
    - `product_id` string — 商品 ID
    - `price_sale` object — price_sale
      - `cents` integer
      - `currency_symbol` string
      - `currency_iso` string
      - `label` string
      - `dollars` number
    - `price_details` PriceDetail[] — product variation price set
      - `variation_key` string — ProductVariation's ID<br>商品規格ID
      - `price` object — price
        - `cents` integer
        - `currency_symbol` string
        - `currency_iso` string
        - `label` string
        - `dollars` number
      - `price_sale` object — price_sale
        - `cents` integer
        - `currency_symbol` string
        - `currency_iso` string
        - `label` string
        - `dollars` number
    - `created_at` string
    - `updated_at` 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)
