Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 1.95 KB

ParcelData.md

File metadata and controls

24 lines (19 loc) · 1.95 KB

ParcelData

Properties

Name Type Description Notes
weight float The parcel's weight
weight_unit str The parcel's weight unit
width float, none_type The parcel's width [optional]
height float, none_type The parcel's height [optional]
length float, none_type The parcel's length [optional]
packaging_type str, none_type 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 str, none_type The parcel's package preset. For carrier specific package presets, please consult the reference. [optional]
description str, none_type The parcel's description [optional]
content str, none_type The parcel's content description [optional]
is_document bool, none_type Indicates if the parcel is composed of documents only [optional] if omitted the server will use the default value of False
dimension_unit str, none_type The parcel's dimension unit [optional]
items [CommodityData] The parcel items. [optional]
reference_number str, none_type The parcel reference number. (can be used as tracking number for custom carriers) [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]