| Name | Description | Type | Additional information |
|---|---|---|---|
| PackageId |
The number that identifies the package. |
integer |
Required |
| PackageTypeCode |
The code that identifies the type of package. For example: "BOX". |
string |
Required |
| Weight |
The weight of the package. The default UOM is kg (kilogram). |
decimal number |
Required |
| WeightUOM |
The unit of measurement for the weight. The default UOM is kg (kilogram). |
string |
None. |
| Length |
The length of the package. The default UOM is cm (centimetre). |
decimal number |
Required |
| Width |
The width of the package. The default UOM is cm (centimetre). |
decimal number |
Required |
| Height |
The height of the package. The default UOM is cm (centimetre). |
decimal number |
Required |
| DimensionUOM |
The unit of measurement for the dimensions (length, width and height). The default UOM is cm (centimetre). |
string |
None. |
| Stackable |
Indicates if the package is stackable. |
boolean |
None. |
| Returnable |
Indicates if the package is returnable. |
boolean |
None. |