Skip to content

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

PropertyTypeDescriptionDefined in
<a id="data"></a> dataRecommendationEntry[] | nullRecommendation entries per product; null if empty/unavailable.types/promotion.types.ts:2241
<a id="errors"></a> errorsRecommendationError[]Per-item errors. Populated on partial success (HTTP 200); empty on full success.types/promotion.types.ts:2243
<a id="additionalerrors"></a> additionalErrorsunknownAdditional error details (structure not documented in samples; null when absent).types/promotion.types.ts:2245

Made with ❤️ for the Wildberries developer community