Skip to content

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 lowest reachMin.bidKopecks across the returned search clusters. This is the floor WB enforces: a bid below it is rejected with HTTP 400 wrong bid value: <X>; min: <Y> (parsed into BidOutOfRangeError).
  • max — the highest reachMax.bidKopecks across clusters. An advisory ceiling (the top-reach bid); bidding above it is not rejected by WB, only wasteful.

Properties

PropertyTypeDescriptionDefined in
<a id="min"></a> minnumberMinimum accepted bid in kopecks (the WB 400 floor).utils/bid-validation.ts:16
<a id="max"></a> maxnumberMaximum recommended bid in kopecks (advisory reachMax ceiling).utils/bid-validation.ts:18

Made with ❤️ for the Wildberries developer community