Wildberries API TypeScript SDK / <internal> / TaskHistoryResponse
Interface: TaskHistoryResponse
Defined in: types/products.types.ts:660
Response for processed upload tasks history (GET /api/v2/history/tasks)
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="data"></a> data? | SupplierTaskMetadata | Upload task metadata | types/products.types.ts:662 |
<a id="error"></a> error? | boolean | Error flag | types/products.types.ts:664 |
<a id="errortext"></a> errorText? | string | Error description | types/products.types.ts:666 |