Wildberries API TypeScript SDK / <internal> / GetDirectoryCountriesResponse
Interface: GetDirectoryCountriesResponse
Defined in: types/products.types.ts:833
Response for countries directory (GET /content/v2/directory/countries)
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="data"></a> data? | DirectoryCountry[] | Массив стран | types/products.types.ts:835 |
<a id="error"></a> error? | boolean | Флаг ошибки | types/products.types.ts:837 |
<a id="errortext"></a> errorText? | string | Описание ошибки | types/products.types.ts:839 |
<a id="additionalerrors"></a> additionalErrors? | string | Дополнительные ошибки | types/products.types.ts:841 |