Wildberries API TypeScript SDK / <internal> / ItemRatingRequest
Interface: ItemRatingRequest
Defined in: types/analytics.types.ts:1827
Request parameters for POST /api/analytics/v1/item-rating. Supports a single-period mode (currentPeriod only) and a compare mode (currentPeriod + pastPeriod).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="currentperiod"></a> currentPeriod | PeriodItemRating | Current period. | types/analytics.types.ts:1829 |
<a id="pastperiod"></a> pastPeriod? | PastPeriodItemRating | Previous period for comparison (optional — enables compare mode). | types/analytics.types.ts:1831 |
<a id="nmids"></a> nmIds? | number[] | List of WB item numbers for filtering (max 50). | types/analytics.types.ts:1833 |
<a id="subjectids"></a> subjectIds? | number[] | List of subcategory IDs for filtering (max 50). | types/analytics.types.ts:1835 |
<a id="brandnames"></a> brandNames? | string[] | List of brands for filtering (max 50). | types/analytics.types.ts:1837 |
<a id="tagids"></a> tagIds? | number[] | List of label IDs for filtering (max 50). | types/analytics.types.ts:1839 |
<a id="isnotincludenmswithoutsales"></a> isNotIncludeNMsWithoutSales? | boolean | Do not count items without sales. Default false. | types/analytics.types.ts:1841 |
<a id="orderby"></a> orderBy | OrderByItemRating | Sorting parameters. | types/analytics.types.ts:1843 |
<a id="limit"></a> limit? | number | Number of items in the response (default 100, max 1000). | types/analytics.types.ts:1845 |
<a id="offset"></a> offset | number | How many results to skip (pagination). | types/analytics.types.ts:1847 |