Wildberries API TypeScript SDK / <internal> / WarehouseMeasurementsV2Response
Interface: WarehouseMeasurementsV2Response
Defined in: types/reports.types.ts:917
Response for getWarehouseMeasurementsV2 Uses the Measurement interface for report items
See
EPIC 44 - Response type for getWarehouseMeasurementsV2
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="data"></a> data? | { reports?: Measurement[]; total?: number; } | types/reports.types.ts:918 |
data.reports? | Measurement[] | types/reports.types.ts:919 |
data.total? | number | types/reports.types.ts:920 |