Wildberries API TypeScript SDK / <internal> / SellerLimit
Interface: SellerLimit
Defined in: types/communications.types.ts:250
Seller limit details for pinned reviews
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="perunitlimit"></a> perUnitLimit | number | Max pinned reviews per product card or merged group | types/communications.types.ts:252 |
<a id="remaining"></a> remaining | number | Remaining pinnable reviews | types/communications.types.ts:254 |
<a id="totallimit"></a> totalLimit | number | Total pin limit | types/communications.types.ts:256 |
<a id="unlimited"></a> unlimited | boolean | Whether pinning is unlimited | types/communications.types.ts:258 |
<a id="used"></a> used | number | Current number of pinned reviews | types/communications.types.ts:260 |