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
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="nmid"></a> nmId? | number | Артикул WB | types/reports.types.ts:306 |
<a id="subjectname"></a> subjectName? | string | Предмет | types/reports.types.ts:308 |
<a id="dimid"></a> dimId? | number | ID замера | 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 |