v1
latestOpenAPI 3.0.02026-07-26318168886.7 KBChannels
Get Product Channel Price
To get detailed information for product channel price with Channel ID<br>使用通路ID獲取商品通路價格
get/channels/{id}/prices
Path parameters
idstring required
Channels's ID<br>通路 ID
Query parameters
previous_idstring
The last ID of the channel price in the previous request.
limitinteger
Numbers of PriceSet<br>顯示 n 筆商品通路價格
Response
OK
Example response
{
"items": [
{
"price": {
"cents": 999999999,
"currency_symbol": "NT$",
"currency_iso": "TWD",
"label": "NT$999,999,999",
"dollars": 999999999
},
"price_sale": {
"cents": 999999999,
"currency_symbol": "NT$",
"currency_iso": "TWD",
"label": "NT$999,999,999",
"dollars": 999999999
},
"price_details": [
{
"variation_key": "5d3594c276e7ec003b7021c0",
"price": {
"cents": 999999999,
"currency_symbol": "NT$",
"currency_iso": "TWD",
"label": "NT$999,999,999",
"dollars": 999999999
},
"price_sale": {
"cents": 999999999,
"currency_symbol": "NT$",
"currency_iso": "TWD",
"label": "NT$999,999,999",
"dollars": 999999999
}
}
]
}
]
}