list_bundles
Fetches a paginated list of product bundles, allowing filtering by name and category, plus sorting to quickly locate specific bundles.
Instructions
取得商品方案列表 (GET /v1/bundles).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | 商品名稱 (模糊搜尋) | |
| page | No | 頁碼 (1-based) | |
| page_size | No | 每頁筆數 | |
| sort_field | No | 排序欄位 | |
| sort_order | No | 排序方式 (asc / desc) | |
| category_id | No | 商品類別 ID |