Wildberries API TypeScript SDK / <internal> / RequestWithInterval
Interface: RequestWithInterval
Defined in: types/promotion.types.ts:529
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="id"></a> id | number | ID кампании | types/promotion.types.ts:531 |
<a id="interval"></a> interval | { begin?: string; end?: string; } | Временной диапазон, за который необходимо выдать данные | types/promotion.types.ts:533 |
interval.begin? | string | Начало запрашиваемого периода | types/promotion.types.ts:535 |
interval.end? | string | Конец запрашиваемого периода | types/promotion.types.ts:537 |