Wildberries API TypeScript SDK / <internal> / AcquiringReportListRequest
Interface: AcquiringReportListRequest
Defined in: types/finances.types.ts:654
Request body for getAcquiringReportsList() (v1).
Since
v3.7.0
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="datefrom"></a> dateFrom | string | Начальная дата отчёта (RFC3339, МСК UTC+3) | types/finances.types.ts:656 |
<a id="dateto"></a> dateTo | string | Конечная дата отчёта (RFC3339, МСК UTC+3) | types/finances.types.ts:658 |
<a id="limit"></a> limit? | number | Количество отчётов в ответе (max 1000, default 1000) | types/finances.types.ts:660 |
<a id="offset"></a> offset? | number | Сколько элементов пропустить (default 0) | types/finances.types.ts:662 |