Wildberries API TypeScript SDK / <internal> / B2bWholesaleUploadTaskResponse
Interface: B2bWholesaleUploadTaskResponse
Defined in: types/products.types.ts:724
Response for B2B wholesale discount upload (POST /api/discounts-prices/v1/upload/task/b2b/wholesale).
Per the WB announcement: the response carries a per-item result in a success field — true on successful processing, false on failure with error details in an error object. See B2bWholesaleTaskResult for the item shape.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="data"></a> data? | B2bWholesaleTaskResult[] | Per-item processing results | types/products.types.ts:726 |
<a id="error"></a> error? | boolean | Error flag | types/products.types.ts:728 |
<a id="errortext"></a> errorText? | string | Error description | types/products.types.ts:730 |