Skip to content

Wildberries API TypeScript SDK / <internal> / SalesReportDetailedByIdRequest

Interface: SalesReportDetailedByIdRequest

Defined in: types/finances.types.ts:365

Request body for getSalesReportsDetailedByReportId() (v1).

Since

v3.7.0

Properties

PropertyTypeDescriptionDefined in
<a id="limit"></a> limit?numberКоличество строк в ответе (max 100000, default 100000)types/finances.types.ts:367
<a id="rrdid"></a> rrdId?numberID строки ответа для пагинации. Начинайте с 0, затем передавайте rrdId последней строки предыдущего ответа.types/finances.types.ts:369
<a id="fields"></a> fields?keyof SalesReportDetailedItem[]Список полей в ответе. Если не указан, возвращаются все поля. Since v3.8.0 — narrowed from string[] to SalesReportDetailedField[].types/finances.types.ts:371

Made with ❤️ for the Wildberries developer community