Wildberries API TypeScript SDK / <internal> / ItemRatingV2Request
Interface: ItemRatingV2Request
Defined in: types/analytics.types.ts:1983
Request parameters for the v2 item-rating report.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="currentperiod"></a> currentPeriod | PeriodItemRating | Current period. | types/analytics.types.ts:1985 |
<a id="pastperiod"></a> pastPeriod? | PastPeriodItemRating | Previous period for comparison (optional — enables compare mode). | types/analytics.types.ts:1987 |
<a id="nmids"></a> nmIds? | number[] | List of WB item numbers for filtering (max 50). | types/analytics.types.ts:1989 |
<a id="subjectids"></a> subjectIds? | number[] | List of subcategory IDs for filtering (max 50). | types/analytics.types.ts:1991 |
<a id="brandnames"></a> brandNames? | string[] | List of brands for filtering (max 50). | types/analytics.types.ts:1993 |
<a id="tagids"></a> tagIds? | number[] | List of label IDs for filtering (max 50). | types/analytics.types.ts:1995 |
<a id="isnotincludenmswithoutsales"></a> isNotIncludeNmsWithoutSales? | boolean | Return only products with sales during currentPeriod. Default false. | types/analytics.types.ts:1997 |
<a id="onlyshadowednms"></a> onlyShadowedNms? | boolean | Return only products hidden from the catalog. Default false. | types/analytics.types.ts:1999 |
<a id="orderby"></a> orderBy | OrderByItemRating | Sorting parameters. | types/analytics.types.ts:2001 |
<a id="limit"></a> limit? | number | Number of products in the response (default 100, max 1000). | types/analytics.types.ts:2003 |
<a id="offset"></a> offset | number | How many results to skip (pagination). | types/analytics.types.ts:2005 |