Wildberries API TypeScript SDK / <internal> / PinnedReviewsListResponse
Interface: PinnedReviewsListResponse
Defined in: types/communications.types.ts:210
Response from list pinned/unpinned reviews
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="data"></a> data | PinnedReviewItemResult[] | Array of pinned/unpinned review items | types/communications.types.ts:212 |
<a id="next"></a> next? | number | Pagination cursor for next page (absent if all data received) | types/communications.types.ts:214 |