Wildberries API TypeScript SDK / SupplyCostInput
Interface: SupplyCostInput
Defined in: utils/calculateSupplyCost.ts:21
Input parameters for supply cost calculation
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="volume"></a> volume | number | Volume of goods in liters | utils/calculateSupplyCost.ts:23 |
<a id="warehouseid"></a> warehouseID | number | Warehouse ID | utils/calculateSupplyCost.ts:25 |
<a id="days"></a> days | number | Number of storage days | utils/calculateSupplyCost.ts:27 |
<a id="boxtype"></a> boxType? | "box" | "pallet" | "supersafe" | Box type: 'box' | 'pallet' |