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]: 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:222 |
<a id="pinon"></a> pinOn? | ReviewPinOn | Filter by pin location | types/communications.types.ts:224 |
<a id="imtid"></a> imtId? | number | Filter by IMT ID | types/communications.types.ts:226 |
<a id="nmid"></a> nmId? | number | Filter by WB article number | types/communications.types.ts:228 |
<a id="feedbackid"></a> feedbackId? | number | Filter by review ID | types/communications.types.ts:230 |
<a id="datefrom"></a> dateFrom? | string | Start date for filtering (ISO 8601 format) | types/communications.types.ts:232 |
<a id="dateto"></a> dateTo? | string | End date for filtering (ISO 8601 format) | types/communications.types.ts:234 |