Skip to content

weight_dimensions

OfferWeightDimensions dataclass

Python
1
OfferWeightDimensions(length: float, width: float, height: float, weight: float)

Bases: MarketApiBaseModel

Габариты упаковки и вес товара. Если товар занимает несколько коробок, перед измерением размеров сложите их компактно.

height instance-attribute

Python
1
height: float

Высота упаковки в см.

length instance-attribute

Python
1
length: float

Длина упаковки в см.

weight instance-attribute

Python
1
weight: float

Вес товара в кг с учетом упаковки (брутто).

width instance-attribute

Python
1
width: float

Ширина упаковки в см.