Wildberries API TypeScript SDK / <internal> / ListRecommendationsResponse
Interface: ListRecommendationsResponse
Defined in: types/promotion.types.ts:2239
Response for POST /api/content/v1/recommendations/list — entries in data.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="data"></a> data | RecommendationEntry[] | null | Recommendation entries per product; null if empty/unavailable. | types/promotion.types.ts:2241 |
<a id="errors"></a> errors | RecommendationError[] | Per-item errors. Populated on partial success (HTTP 200); empty on full success. | types/promotion.types.ts:2243 |
<a id="additionalerrors"></a> additionalErrors | unknown | Additional error details (structure not documented in samples; null when absent). | types/promotion.types.ts:2245 |