ShippingPackage
Maintains details about different types of packages used for shipping, including predefined sizes and weights.
Columns
| Name | Type | References | Description |
| pkgdefault | Boolean | Specifies whether this package is the default option for shipping. | |
| pkgheight | Integer | The height of the package being shipped, measured in specified units. | |
| pkgkey | Integer | Unique identifier for the package configuration or definition. | |
| pkglength | Integer | The length of the package being shipped, measured in specified units. | |
| pkgmaxitems | Integer | The maximum number of items that can be contained within the package. | |
| pkgname | String | The name or label assigned to the package configuration. | |
| pkgweight | Double | The weight of the package, measured in specified units. |