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

Latest commit

 

History

History
22 lines (17 loc) · 1.72 KB

CommodityData.md

File metadata and controls

22 lines (17 loc) · 1.72 KB

CommodityData

The parcel content items

Properties

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> ``` { &quot;part_number&quot;: &quot;5218487281&quot;, &quot;reference1&quot;: &quot;# ref 1&quot;, &quot;reference2&quot;: &quot;# ref 2&quot;, &quot;reference3&quot;: &quot;# ref 3&quot;, &quot;reference4&quot;: &quot;# ref 4&quot;, ... } ``` </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]

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