ShippingInformation
| Field | Type | Required | Description |
|---|---|---|---|
isShippedAlone |
boolean |
||
height |
`null | number` | |
heightUnit |
`null | string` | |
width |
`null | number` | |
widthUnit |
`null | string` | |
length |
`null | number` | |
lengthUnit |
`null | string` | |
weight |
`null | number` | |
weightUnit |
`null | string` |
Example
Section titled “Example”{ "isShippedAlone": true, "height": 1, "heightUnit": "cm", "width": 2.3, "widthUnit": "cm", "length": 4, "lengthUnit": "cm", "weight": 5, "weightUnit": "kg"}
