Wildberries API TypeScript SDK / SupplyCostResult
Interface: SupplyCostResult
Defined in: utils/calculateSupplyCost.ts:35
Result of supply cost calculation
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="acceptancecost"></a> acceptanceCost | number | Acceptance cost in rubles | utils/calculateSupplyCost.ts:37 |
<a id="storagecost"></a> storageCost | number | Storage cost in rubles | utils/calculateSupplyCost.ts:39 |
<a id="logisticscost"></a> logisticsCost | number | Logistics/delivery cost in rubles | utils/calculateSupplyCost.ts:41 |
<a id="totalcost"></a> totalCost | number | Total cost (acceptance + storage + logistics) | utils/calculateSupplyCost.ts:43 |
<a id="warehousename"></a> warehouseName | string | Warehouse name | utils/calculateSupplyCost.ts:45 |
<a id="appliedcoefficients"></a> appliedCoefficients | { acceptance: number; storage: number; delivery: number; } | Applied coefficients for transparency | utils/calculateSupplyCost.ts:47 |
appliedCoefficients.acceptance | number | - | utils/calculateSupplyCost.ts:48 |
appliedCoefficients.storage | number | - | utils/calculateSupplyCost.ts:49 |
appliedCoefficients.delivery | number | - | utils/calculateSupplyCost.ts:50 |