Wildberries API TypeScript SDK / <internal> / UploadTaskResponse
Interface: UploadTaskResponse
Defined in: types/products.types.ts:643
Response for upload task creation (POST /api/v2/upload/task, /task/size, /task/club-discount)
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="data"></a> data? | { id?: number; alreadyExists?: boolean; } | Upload task data | types/products.types.ts:645 |
data.id? | number | Upload task ID | types/products.types.ts:647 |
data.alreadyExists? | boolean | Whether this upload already exists | types/products.types.ts:649 |
<a id="error"></a> error? | boolean | Error flag | types/products.types.ts:652 |
<a id="errortext"></a> errorText? | string | Error description | types/products.types.ts:654 |