Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.37 KB

File metadata and controls

34 lines (18 loc) · 1.37 KB

ReprintShipmentParcel

Properties

Name Type Description Notes
height BigDecimal Height is a part of Dimension objet where it helps determine a parcel’s girth.
length BigDecimal Length is a part of Dimension objet having highest numeric value out of three required parameters (length, width, and height) of Dimension. It helps determine a parcel’s girth.
width BigDecimal Width is a part of Dimension object having lowest numeric value out of three required parameters of dimension (length, width, and height). This helps determine a parcel’s girth.
dimUnit DimUnitEnum DimUnit is a standard for measuring the physical quantities of specified dimension parameters.
weightUnit WeightUnitEnum WeightUnit is a standard for measuring the physical quantities of specified weight. <br> The valid values are: <br>- OZ: Ounces <br>- GM: Grams <br>- LB: Pounds <br>- KG: Kilograms For USPS shipments, set this to OZ.
weight BigDecimal Weight is the measure of how heavy an object is.

Enum: DimUnitEnum

Name Value
IN "IN"

Enum: WeightUnitEnum

Name Value
OZ "OZ"