Wildberries API TypeScript SDK / <internal> / PinnedReviewsListParams
Interface: PinnedReviewsListParams
Defined in: types/communications.types.ts:184
Parameters for listing pinned/unpinned reviews
Indexable
ts
[key: string]: unknownIndex signature for compatibility with Record<string, unknown>
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="state"></a> state? | ReviewState | Filter by pin state | types/communications.types.ts:186 |
<a id="pinon"></a> pinOn? | ReviewPinOn | Filter by pin location | types/communications.types.ts:188 |
<a id="imtid"></a> imtId? | number | Filter by IMT ID | types/communications.types.ts:190 |
<a id="nmid"></a> nmId? | number | Filter by WB article number | types/communications.types.ts:192 |
<a id="feedbackid"></a> feedbackId? | number | Filter by review ID | types/communications.types.ts:194 |
<a id="datefrom"></a> dateFrom? | string | Start date for filtering (ISO 8601 format) | types/communications.types.ts:196 |
<a id="dateto"></a> dateTo? | string | End date for filtering (ISO 8601 format) | types/communications.types.ts:198 |
<a id="next"></a> next? | number | Pagination cursor (last pin operation ID) | types/communications.types.ts:200 |
<a id="limit"></a> limit? | number | Number of reviews per page (max 500, default 500) | types/communications.types.ts:202 |