Field | Type | Required | Description | Example |
---|---|---|---|---|
carrier |
Optional[str] | ➖ | The name of the carrier that provides this parcel template | FedEx |
distance_unit |
Optional[components.DistanceUnitEnum] | ➖ | The measure unit used for length, width and height. | in |
height |
Optional[str] | ➖ | The height of the package, in units specified by the distance_unit attribute | 1.5 |
is_variable_dimensions |
Optional[bool] | ➖ | True if the carrier parcel template allows custom dimensions, such as USPS Softpack. | false |
length |
Optional[str] | ➖ | The length of the package, in units specified by the distance_unit attribute | 12.375 |
name |
Optional[str] | ➖ | The name of the carrier parcel template | FedEx® Small Box (S1) |
token |
Optional[str] | ➖ | The unique string representation of the carrier parcel template | FedEx_Box_Small_1 |
width |
Optional[str] | ➖ | The width of the package, in units specified by the distance_unit attribute | 10.875 |