Wildberries API TypeScript SDK / <internal> / CreateCampaignRequest
Interface: CreateCampaignRequest
Defined in: types/promotion.types.ts:1523
Request to create a campaign
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="name"></a> name | string | Campaign name | types/promotion.types.ts:1525 |
<a id="nms"></a> nms | number[] | WB article IDs (nmId), max 50 | types/promotion.types.ts:1527 |
<a id="bid_type"></a> bid_type? | BidType | Bid type: manual or unified | types/promotion.types.ts:1529 |
<a id="payment_type"></a> payment_type? | "cpm" | "cpc" | Payment type: cpm or cpc | types/promotion.types.ts:1531 |
<a id="placement_types"></a> placement_types? | CampaignPlacementType[] | Placement types (only for manual bid campaigns) | types/promotion.types.ts:1533 |