Wildberries API TypeScript SDK / <internal> / AcquiringReportDetailedByIdRequest
Interface: AcquiringReportDetailedByIdRequest
Defined in: types/finances.types.ts:680
Request body for getAcquiringReportsDetailedByReportId() (v1).
Since
v3.7.0
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="limit"></a> limit? | number | Количество строк в ответе (max 100000, default 100000) | types/finances.types.ts:682 |
<a id="rrdid"></a> rrdId? | number | ID строки для пагинации | types/finances.types.ts:684 |
<a id="fields"></a> fields? | keyof AcquiringReportDetailedItem[] | Список полей в ответе. Если не указан, возвращаются все поля. Since v3.8.0 — narrowed from string[] to AcquiringReportDetailedField[]. | types/finances.types.ts:686 |