list_item_option_inventories
Retrieve option-level inventory lists from the Buy123 vendor portal. Filter by product, SKU, status, or gift flag, with pagination and sorting.
Instructions
取得商品選項庫存列表 (GET /v1/item-option-inventories).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 頁碼 (1-based) | |
| sort | No | 排序欄位 | |
| limit | No | 每頁筆數 | |
| order | No | 排序方式 (asc / desc) | |
| is_gift | No | 是否為贈品 | |
| item_name | No | 商品名稱 (模糊搜尋) | |
| product_id | No | 商品 ID | |
| vendor_sku | No | 供應商商品料號 | |
| item_status | No | 商品狀態 | |
| inventory_status | No | 庫存狀態 |