Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.37 KB

File metadata and controls

37 lines (21 loc) · 1.37 KB

Parcel

The details of the Parcel.

Properties

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]

Enum: DimUnitEnum

Name Value
IN "IN"
CM "CM"

Enum: WeightUnitEnum

Name Value
OZ "OZ"
GM "GM"