Demension Details Object
This model represents the dimensions for a package represented in its original unit, inches, and centimeters.
Name | Type | Nullable? | Description |
---|---|---|---|
dimensions_in_centimeters | The dimensions in Centimeters rounded to the fourth decimal place. | ||
dimensions_in_inches | The dimensions in Inches rounded to the fourth decimal place. | ||
source_dimensions | The dimensions in the original dimensions rounded to the fourth decimal place. | ||
source_dimensions_unit | string | The unit of the source dimensions. Either centimeters or inches. |
Demension Object
This model represents the measurements for dimensions.
Name | Type | Nullable? | Description |
---|---|---|---|
length | number | The length of the package. | |
width | number | The width of the package. | |
height | number | The height of the package. |
Weight Details Object
This model represents the weight of a package represented in its original unit, ounces, and grams.
Name | Type | Nullable? | Description |
---|---|---|---|
weight_in_ounces | number | The weight in ounces rounded to the fourth decimal place. | |
weight_in_grams | number | The weight in grams rounded to the fourth decimal place. | |
source_weight | number | The weight in the original dimensions rounded to the fourth decimal place. | |
source_weight_unit | string | The unit of the source dimensions. Could be 'ounces', 'pounds', 'grams', or 'kilograms'. |