Get Combination Product Ticket Category
Description
取得跨店隨取商品類別。
Resource
GET /v1/product/category/combination_product_ticket
Authorization
採用 OAuth 2.0 Bearer Token,詳細使用流程請參考 Auth Login。
Query Parameters
| Name | Type | Description |
|---|---|---|
Request Body Example
GET /v1/product/category/combination_product_ticket
Request Body Parameters
| Name | Type | Description |
|---|---|---|
| serial_number | int | 類別流水號 |
| id | string | 類別編號 |
| name | string | 類別名稱 |
| image | string | 圖片路徑 |
Response Body Example
[
{
"serial_number": 2509,
"id": "UC100",
"name": "套餐",
"image": "https://kiosk.lafresh.com.tw/kiosk/apptest/public/prodcate00/test.png"
}
]