Wildberries API TypeScript SDK / <internal> / PeriodItemRating
Interface: PeriodItemRating
Defined in: types/analytics.types.ts:1787
Current period for item rating. Dates use YYYY-MM-DD format. start must not be later than end, and neither may be earlier than 364 days before yesterday.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="start"></a> start | string | Start date of the period (YYYY-MM-DD). No later than end. | types/analytics.types.ts:1789 |
<a id="end"></a> end | string | End date of the period (YYYY-MM-DD). | types/analytics.types.ts:1791 |