Skip to content

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

PropertyTypeDescriptionDefined in
<a id="data"></a> data?B2bWholesaleTaskResult[]Per-item processing resultstypes/products.types.ts:726
<a id="error"></a> error?booleanError flagtypes/products.types.ts:728
<a id="errortext"></a> errorText?stringError descriptiontypes/products.types.ts:730

Made with ❤️ for the Wildberries developer community