Skip to content

Wildberries API TypeScript SDK / <internal> / PinnedReviewsCountParams

Interface: PinnedReviewsCountParams

Defined in: types/communications.types.ts:220

Parameters for counting pinned/unpinned reviews

Indexable

ts
[key: string]: unknown

Index signature for compatibility with Record<string, unknown>

Properties

PropertyTypeDescriptionDefined in
<a id="state"></a> state?ReviewStateFilter by pin statetypes/communications.types.ts:222
<a id="pinon"></a> pinOn?ReviewPinOnFilter by pin locationtypes/communications.types.ts:224
<a id="imtid"></a> imtId?numberFilter by IMT IDtypes/communications.types.ts:226
<a id="nmid"></a> nmId?numberFilter by WB article numbertypes/communications.types.ts:228
<a id="feedbackid"></a> feedbackId?numberFilter by review IDtypes/communications.types.ts:230
<a id="datefrom"></a> dateFrom?stringStart date for filtering (ISO 8601 format)types/communications.types.ts:232
<a id="dateto"></a> dateTo?stringEnd date for filtering (ISO 8601 format)types/communications.types.ts:234

Made with ❤️ for the Wildberries developer community