Wildberries API TypeScript SDK / <internal> / GetAuctionAdverts
Interface: GetAuctionAdverts
Defined in: types/promotion.types.ts:270
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="adverts"></a> adverts | { id: number; nm_settings: AuctionAdvertNMsSettings[]; settings: AuctionAdvertSettings; status: -1 | 4 | 7 | 8 | 9 | 11; timestamps: Timestamps; bid_type: string; } | Кампании | types/promotion.types.ts:272 |
adverts.id | number | ID кампании | types/promotion.types.ts:274 |
adverts.nm_settings | AuctionAdvertNMsSettings[] | Настройки товаров | types/promotion.types.ts:276 |
adverts.settings | AuctionAdvertSettings | - | types/promotion.types.ts:277 |
adverts.status | -1 | 4 | 7 | 8 | 9 | 11 | Статус кампании: - -1 — удалена, процесс удаления будет завершён в течение 10 минут - 4 — готова к запуску - 7 — завершена - 8 — отменена - 9 — активна - 11 — на паузе | types/promotion.types.ts:279 |
adverts.timestamps | Timestamps | - | types/promotion.types.ts:280 |
adverts.bid_type | string | Тип ставки: - unified — единая ставка - manual — ручная ставка | types/promotion.types.ts:282 |