A package associated with a shipment
| Name | Type | Description | Notes |
|---|---|---|---|
| Weight | Weight | The package weight | |
| ContentDescription | string | A short description of the package content. Required for shipments moving to, from, and through Mexico. | [optional] |
| Dimensions | Dimensions | The package dimensions | [optional] |
| ExternalPackageId | string | An external package id. | [optional] |
| InsuredValue | MonetaryValue | The insured value of the package. Requires the `insurance_provider` field of the shipment to be set. | [optional] |
| LabelMessages | LabelMessages | [optional] | |
| PackageCode | string | The package type, such as `thick_envelope`, `small_flat_rate_box`, `large_package`, etc. The code `package` indicates a custom or unknown package type. | [optional] |
| PackageId | string | A string that uniquely identifies this package type | [optional] |
| PackageName | string | The name of the of the package type | [optional] |
| Products | List<Products> | Details about products inside packages (Information provided would be used on custom documentation) | [optional] |
| ShipmentPackageId | string | A string that uniquely identifies this shipment package | [optional] [readonly] |
| TrackingNumber | string | The tracking number for the package. The format depends on the carrier. | [optional] [readonly] |