PackageDimension
| Field | Type | Required | Description |
|---|---|---|---|
length |
number |
format: float |
|
lengthUnit |
DimensionUnit | one of: mm, cm, in |
|
width |
number |
format: float |
|
widthUnit |
DimensionUnit | one of: mm, cm, in |
|
height |
number |
format: float |
|
heightUnit |
DimensionUnit | one of: mm, cm, in |
Example
Section titled “Example”{ "length": 25, "lengthUnit": "cm", "width": 17.5, "widthUnit": "cm", "height": 10, "heightUnit": "cm"}
