Wildberries API TypeScript SDK / <internal> / RecommendationsSetItem
Interface: RecommendationsSetItem
Defined in: types/promotion.types.ts:2201
A recommended-items assignment for one product card (/set request item).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="nmid"></a> nmID | number | WB item number of the product whose recommendations are being set. | types/promotion.types.ts:2203 |
<a id="tagsids"></a> tagsIDs | number[] | WB item numbers to display as recommendations for this product. Send an empty array to clear the product's recommendations. | types/promotion.types.ts:2206 |