Wildberries API TypeScript SDK / <internal> / WholesaleDiscountThreshold
Interface: WholesaleDiscountThreshold
Defined in: types/products.types.ts:306
Порог оптовой скидки для B2B-продаж.
One tier of a per-item wholesale discount: the discount percentage applied once the order qualifies for this wholesale price breakpoint.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="minprice"></a> minPrice? | number | Порог цены, от которого начинает действовать оптовая скидка | types/products.types.ts:308 |
<a id="discount"></a> discount? | number | Оптовая скидка, % | types/products.types.ts:310 |