Skip to content

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

PropertyTypeDescriptionDefined in
<a id="limit"></a> limit?numberКоличество строк в ответе (max 100000, default 100000)types/finances.types.ts:682
<a id="rrdid"></a> rrdId?numberID строки для пагинации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

Made with ❤️ for the Wildberries developer community