Skip to content

Wildberries API TypeScript SDK / <internal> / SetRecommendationsResponse

Interface: SetRecommendationsResponse

Defined in: types/promotion.types.ts:2222

Response for POST /api/content/v1/recommendations/set. data is null. On PARTIAL success WB still returns HTTP 200 — inspect errors.

Properties

PropertyTypeDescriptionDefined in
<a id="data"></a> datanullAlways null for the set method.types/promotion.types.ts:2224
<a id="errors"></a> errorsRecommendationError[]Per-item errors. Populated on partial success (HTTP 200); empty on full success.types/promotion.types.ts:2226
<a id="additionalerrors"></a> additionalErrorsunknownAdditional error details (structure not documented in samples; null when absent).types/promotion.types.ts:2228

Made with ❤️ for the Wildberries developer community