list_abnormal_orders
List abnormal orders from the vendor portal with filters for order ID, product, anomaly type, and processing status to identify and resolve issues.
Instructions
列出異常訂單 (GET /v1/abnormal-orders).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 頁碼 (1-based) | |
| size | No | 每頁筆數 | |
| type | No | 異常類型 | |
| order_id | No | 訂單 ID | |
| product_id | No | 商品 ID | |
| is_processed | No | 是否已處理 | |
| product_name | No | 商品名稱 (模糊搜尋) |