API Resources #
Warehouse #
Inventory #
| Column Name | Type | RW/RO | Required | Note |
|---|---|---|---|---|
| productId | Int32 | RO | Product ID (gdid) | |
| name | String | RO | Product name | |
| volume | Int32 | RO | 庫存量 | |
| unsalableDays | String | RO | 滯銷天數,超過 180 天顯示 180+ | |
| expiryDate | String | RO | 有效期限/效期 | |
| availableDays | Int32 | RO | 允售天數 | |
| deliveryQty | Int32 | RO | 出貨量 |
Inventories #
| Column Name | Type | RW/RO | Required | Note |
|---|---|---|---|---|
| inventories | Inventory[] | RO | 在庫品項列表,不包含 unsalableDays,expiryDate 與 availableDays | |
| expiringItems | Inventory[] | RO | 庫存效期列表,不包含 unsalableDays | |
| unsalableItems | Inventory[] | RO | 滯銷商品列表,不包含 expiryDate 與 availableDays | |
| pagination | Pagination | RO | Pagination | |
| totalDeliveryQty | Int32 | RO | 累計出貨量 | |
| totalReceivedQty | Int32 | RO | 累計進貨量 | |
| totalAmount | String | RO | 庫存金額 | |
| totalVolume | String | RO | 庫存材積 | |
| period | String | RO | 搜尋期間 (all of the inventories related period will be in Asia/Taipei time zone) |