Skip to content

Wildberries API TypeScript SDK / <internal> / ItemRatingV2Request

Interface: ItemRatingV2Request

Defined in: types/analytics.types.ts:1983

Request parameters for the v2 item-rating report.

Properties

PropertyTypeDescriptionDefined in
<a id="currentperiod"></a> currentPeriodPeriodItemRatingCurrent period.types/analytics.types.ts:1985
<a id="pastperiod"></a> pastPeriod?PastPeriodItemRatingPrevious 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?booleanReturn only products with sales during currentPeriod. Default false.types/analytics.types.ts:1997
<a id="onlyshadowednms"></a> onlyShadowedNms?booleanReturn only products hidden from the catalog. Default false.types/analytics.types.ts:1999
<a id="orderby"></a> orderByOrderByItemRatingSorting parameters.types/analytics.types.ts:2001
<a id="limit"></a> limit?numberNumber of products in the response (default 100, max 1000).types/analytics.types.ts:2003
<a id="offset"></a> offsetnumberHow many results to skip (pagination).types/analytics.types.ts:2005

Made with ❤️ for the Wildberries developer community