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
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="data"></a> data | null | Always null for the set method. | types/promotion.types.ts:2224 |
<a id="errors"></a> errors | RecommendationError[] | Per-item errors. Populated on partial success (HTTP 200); empty on full success. | types/promotion.types.ts:2226 |
<a id="additionalerrors"></a> additionalErrors | unknown | Additional error details (structure not documented in samples; null when absent). | types/promotion.types.ts:2228 |