Wildberries API TypeScript SDK / BidRange
Interface: BidRange
Defined in: utils/bid-validation.ts:14
Effective accepted bid range for an article, in kopecks.
Derived from a BidsRecommendationsResponse:
min— the lowestreachMin.bidKopecksacross the returned search clusters. This is the floor WB enforces: a bid below it is rejected with HTTP 400wrong bid value: <X>; min: <Y>(parsed into BidOutOfRangeError).max— the highestreachMax.bidKopecksacross clusters. An advisory ceiling (the top-reach bid); bidding above it is not rejected by WB, only wasteful.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="min"></a> min | number | Minimum accepted bid in kopecks (the WB 400 floor). | utils/bid-validation.ts:16 |
<a id="max"></a> max | number | Maximum recommended bid in kopecks (advisory reachMax ceiling). | utils/bid-validation.ts:18 |