Wildberries API TypeScript SDK / <internal> / ResponseCardCreate
Interface: ResponseCardCreate
Defined in: types/products.types.ts:22
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="data"></a> data? | Record<string, never> | Данные ответа | types/products.types.ts:24 |
<a id="error"></a> error? | boolean | Флаг ошибки | types/products.types.ts:26 |
<a id="errortext"></a> errorText? | string | Описание ошибки | types/products.types.ts:28 |
<a id="additionalerrors"></a> additionalErrors? | | string | { string?: string; } | { error: string; } | Дополнительные ошибки | types/products.types.ts:30 |