Skip to content

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

PropertyTypeDescriptionDefined in
<a id="currentperiod"></a> currentPeriodPeriodItemRatingCurrent period.types/analytics.types.ts:1829
<a id="pastperiod"></a> pastPeriod?PastPeriodItemRatingPrevious 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?booleanDo not count items without sales. Default false.types/analytics.types.ts:1841
<a id="orderby"></a> orderByOrderByItemRatingSorting parameters.types/analytics.types.ts:1843
<a id="limit"></a> limit?numberNumber of items in the response (default 100, max 1000).types/analytics.types.ts:1845
<a id="offset"></a> offsetnumberHow many results to skip (pagination).types/analytics.types.ts:1847

Made with ❤️ for the Wildberries developer community