Wildberries API TypeScript SDK / <internal> / AcquiringReportDetailedRequest
Interface: AcquiringReportDetailedRequest
Defined in: types/finances.types.ts:425
Request body for getAcquiringReportsDetailed() (v1).
Since
v3.7.0
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="datefrom"></a> dateFrom | string | Начальная дата отчёта (RFC3339, МСК UTC+3) | types/finances.types.ts:427 |
<a id="dateto"></a> dateTo | string | Конечная дата отчёта (RFC3339, МСК UTC+3) | types/finances.types.ts:429 |
<a id="limit"></a> limit? | number | Количество строк в ответе (max 100000, default 100000) | types/finances.types.ts:431 |
<a id="rrdid"></a> rrdId? | number | ID строки для пагинации. Начинайте с 0, повторяйте до ответа 204. | types/finances.types.ts:433 |
<a id="fields"></a> fields? | keyof AcquiringReportDetailedItem[] | Список полей в ответе. Если не указан, возвращаются все поля. Since v3.8.0 — narrowed from string[] to AcquiringReportDetailedField[]. | types/finances.types.ts:435 |