PackageRequestV4
Object describing the package to ship
| Name | Type | Description | Additional information | 
|---|---|---|---|
| PackageNumber | integer | 
                         Number of the package in the request starting at 1  | 
                    
                             
  | 
                
| PackageIdentifier | string | 
                         Unique identifier for package from external system  | 
                    
                             
  | 
                
| Height | decimal number | 
                         Height of the package  | 
                    
                             
  | 
                
| Length | decimal number | 
                         Length of the package  | 
                    
                             
  | 
                
| Width | decimal number | 
                         Width of the package  | 
                    
                             
  | 
                
| DimensionUnit | string | 
                         Unit of measure for the dimensions. (in - inches, cm - centimeters)  | 
                    
                             
  | 
                
| Weight | decimal number | 
                         Weight of the package  | 
                    
                             
  | 
                
| WeightUnit | string | 
                         Unit of measure for the package weight. (lb - pounds, kg - kilograms)  | 
                    
                             
  | 
                
| PackageType | PackageType | 
                         Package Type of the order  | 
                    
                             
  | 
                
| Value | decimal number | 
                         Declared value of the order  | 
                    
                             
  | 
                
| CurrencyCode | string | 
                         Currency code for the declared value  | 
                    
                             
  |