Skip to content

Wildberries API TypeScript SDK / SupplyCostResult

Interface: SupplyCostResult

Defined in: utils/calculateSupplyCost.ts:35

Result of supply cost calculation

Properties

PropertyTypeDescriptionDefined in
<a id="acceptancecost"></a> acceptanceCostnumberAcceptance cost in rublesutils/calculateSupplyCost.ts:37
<a id="storagecost"></a> storageCostnumberStorage cost in rublesutils/calculateSupplyCost.ts:39
<a id="logisticscost"></a> logisticsCostnumberLogistics/delivery cost in rublesutils/calculateSupplyCost.ts:41
<a id="totalcost"></a> totalCostnumberTotal cost (acceptance + storage + logistics)utils/calculateSupplyCost.ts:43
<a id="warehousename"></a> warehouseNamestringWarehouse nameutils/calculateSupplyCost.ts:45
<a id="appliedcoefficients"></a> appliedCoefficients{ acceptance: number; storage: number; delivery: number; }Applied coefficients for transparencyutils/calculateSupplyCost.ts:47
appliedCoefficients.acceptancenumber-utils/calculateSupplyCost.ts:48
appliedCoefficients.storagenumber-utils/calculateSupplyCost.ts:49
appliedCoefficients.deliverynumber-utils/calculateSupplyCost.ts:50

Made with ❤️ for the Wildberries developer community