Wildberries API TypeScript SDK / <internal> / GetParentAllResponse
Interface: GetParentAllResponse
Defined in: types/products.types.ts:779
Response for parent categories (GET /content/v2/object/parent/all)
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="data"></a> data? | ParentCategory[] | Массив родительских категорий | types/products.types.ts:781 |
<a id="error"></a> error? | boolean | Флаг ошибки | types/products.types.ts:783 |
<a id="errortext"></a> errorText? | string | Описание ошибки | types/products.types.ts:785 |
<a id="additionalerrors"></a> additionalErrors? | string | Дополнительные ошибки | types/products.types.ts:787 |