Name | Type | Description | Notes |
---|---|---|---|
weight | float | The parcel's weight | |
width | float | The parcel's width | [optional] |
height | float | The parcel's height | [optional] |
length | float | The parcel's length | [optional] |
packaging_type | string | The parcel's packaging type. Note that the packaging is optional when using a package preset values: <br/> `envelope` `pak` `tube` `pallet` `small_box` `medium_box` `your_packaging` For carrier specific packaging types, please consult the reference. | [optional] |
package_preset | string | The parcel's package preset. For carrier specific package presets, please consult the reference. | [optional] |
description | string | The parcel's description | [optional] |
content | string | The parcel's content description | [optional] |
is_document | bool | Indicates if the parcel is composed of documents only | [optional] [default to false] |
weight_unit | string | The parcel's weight unit | |
dimension_unit | string | The parcel's dimension unit | [optional] |
items | \Karrio\Model\CommodityData[] | The parcel items. | [optional] |
reference_number | string | The parcel reference number. (can be used as tracking number for custom carriers) | [optional] |
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.