The details of the Parcel.
| Name | Type | Description | Notes |
|---|---|---|---|
| length | Float | Length is always the greatest of the three dimensions. The other two dimensions are used in the calculation of the girth. | [optional] |
| width | Float | There is no strict rule as to which element is the width or the height, but the width is the second greatest dimension of a parcel by convention. | [optional] |
| height | Float | By convention the height is the smallest dimension of the parcel. | [optional] |
| dimUnit | DimUnitEnum | DimUnit is a standard for measuring the physical quantities of specified dimension parameters.<br /> The valid values are: Inch and Centimeter. | [optional] |
| weightUnit | WeightUnitEnum | WeightUnit is a standard for measuring the physical quantities of specified weight.<br /> The valid values are: Ounces and Grams.<br /> For USPS shipments, set this to OZ. | |
| weight | Float | Weight measures the heaviness of an object (how heavy an object is) . | [optional] |
| packageValue | Float | Indicates value of the package. | [optional] |
| Name | Value |
|---|---|
| IN | "IN" |
| CM | "CM" |
| Name | Value |
|---|---|
| OZ | "OZ" |
| GM | "GM" |