Skip to content

Wildberries API TypeScript SDK / <internal> / CampaignPlacementType

Type Alias: CampaignPlacementType

ts
type CampaignPlacementType = "combined" | "search" | "recommendation";

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

Campaign placement types (per WB OpenAPI etalon PlacementType enum).

  • combined — search and recommendation
  • search — search only
  • recommendation — recommendation only (singular)

Note: this is distinct from the bid placement field (UpdateBidsArticle.placement = 'search' | 'recommendations' | 'combined', plural 'recommendations'), which is used by updateBids.

Made with ❤️ for the Wildberries developer community