Wildberries API TypeScript SDK / <internal> / ExciseReportRequest
Interface: ExciseReportRequest
Defined in: types/reports.types.ts:213
Example
json
{
"countries": [
"AM",
"RU"
]
}Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="countries"></a> countries? | "AM" | "BY" | "KG" | "KZ" | "RU" | "UZ"[] | Код стран по стандарту ISO 3166-2. Чтобы получить данные по всем странам, оставьте параметр пустым | types/reports.types.ts:215 |