Skip to content

Wildberries API TypeScript SDK / <internal> / Measurement

Interface: Measurement

Defined in: types/reports.types.ts:304

Warehouse-measurement report item (one element of data.reports[] in the WHM response schema).

See

EPIC 43 - Flattened to match swagger WHM data.reports[] item shape. Response is single-wrapped by WarehouseMeasurementsV2Response ({ data: { reports: Measurement[], total } }).

Properties

PropertyTypeDescriptionDefined in
<a id="nmid"></a> nmId?numberАртикул WBtypes/reports.types.ts:306
<a id="subjectname"></a> subjectName?stringПредметtypes/reports.types.ts:308
<a id="dimid"></a> dimId?numberID замераtypes/reports.types.ts:310
<a id="volume"></a> volume?numberОбъём, л (фактические габариты)types/reports.types.ts:312
<a id="width"></a> width?numberШирина, см (фактические габариты)types/reports.types.ts:314
<a id="length"></a> length?numberДлина, см (фактические габариты)types/reports.types.ts:316
<a id="height"></a> height?numberВысота, см (фактические габариты)types/reports.types.ts:318
<a id="photourls"></a> photoUrls?string[]Фото замеровtypes/reports.types.ts:320
<a id="dt"></a> dt?stringДата и время замераtypes/reports.types.ts:322

Made with ❤️ for the Wildberries developer community