The parcel content items
Name | Type | Description | Notes |
---|---|---|---|
weight | float | The commodity's weight | |
weight_unit | str | The commodity's weight unit | |
description | str, none_type | A description of the commodity | [optional] |
quantity | int | The commodity's quantity (number or item) | [optional] |
sku | str, none_type | The commodity's sku number | [optional] |
value_amount | float, none_type | The monetary value of the commodity | [optional] |
value_currency | str, none_type | The currency of the commodity value amount | [optional] |
origin_country | str, none_type | The origin or manufacture country | [optional] |
parent_id | str, none_type | The id of the related order line item. | [optional] |
metadata | {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type | <details> <summary>Commodity user references metadata.</summary> ``` { "part_number": "5218487281", "reference1": "# ref 1", "reference2": "# ref 2", "reference3": "# ref 3", "reference4": "# ref 4", ... } ``` </details> | [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] |