Skip to content

Wildberries API TypeScript SDK / <internal> / BidType

Type Alias: BidType

ts
type BidType = "manual" | "unified";

Defined in: types/promotion.types.ts:1617

Bid type for campaign (per WB OpenAPI etalon 08-promotion.yaml enum).

  • unified — единая ставка (Type 8; ставкой управляет WB).
  • manual — ручная ставка (Type 9; ставку задаёт продавец).

NOTE: an earlier SDK version used 'auto' for the unified/Type-8 value — that was incorrect. WB's spec and the live API use 'unified' (and never 'auto'): a prod probe returned 118 unified + 154 manual campaigns, 0 auto.

PromotionModule.updateBids применяется к кампаниям unified (единая) и manual (ручная).

Made with ❤️ for the Wildberries developer community