Field | Type | Required | Description | Example |
---|---|---|---|---|
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. Required, but if using a preset carrier template then this field must be empty. |
6 |
length |
Optional[str] | ➖ | The length of the package, in units specified by the distance_unit attribute. Required, but if using a preset carrier template then this field must be empty. |
10 |
name |
Optional[str] | ➖ | The name of the User Parcel Template | My Custom Template |
weight |
Optional[str] | ➖ | The weight of the package, in units specified by the weight_unit attribute. | 12 |
weight_unit |
Optional[components.WeightUnitEnum] | ➖ | The unit used for weight. | lb |
width |
Optional[str] | ➖ | The width of the package, in units specified by the distance_unit attribute. Required, but if using a preset carrier template then this field must be empty. |
8 |
object_created |
date | ➖ | Date and time of User Parcel Template creation | 2013-12-11T19:38:09.729Z |
object_id |
Optional[str] | ➖ | Unique identifier of the given User Parcel Template object | b958d3690bb04bb8b2986724872750f5 |
object_owner |
Optional[str] | ➖ | Username of the user who created the User Parcel Template object | [email protected] |
object_updated |
date | ➖ | Date and time of last update on User Parcel Template | 2013-12-12T19:38:09.729Z |
template |
Optional[components.CarrierParcelTemplate] | ➖ | N/A |