list_cvs_shipment_details
Retrieve convenience store (CVS) shipment details with filters for delivery type, date, product, and shipping status. Provides paginated lists for tracking shipments in the vendor portal.
Instructions
超取出貨明細列表 (GET /v1/shipments/cvs/details).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 頁碼 (1-based) | |
| limit | No | 每頁筆數 | |
| end_date | No | 結束日期 YYYY-MM-DD | |
| is_shipped | No | 是否已出貨: 'true' / 'false' | |
| product_id | No | 商品 ID | |
| start_date | No | 開始日期 YYYY-MM-DD | |
| product_name | No | 商品名稱 | |
| delivery_type | Yes | 超取方式 (required): 711-b2c / fme-b2c / fme-b2c-cold / 711-c2c / fme-c2c | |
| shipping_type | No | 出貨類型: normal / express / preorder |