Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.17 KB

File metadata and controls

19 lines (14 loc) · 1.17 KB

LineItem

Properties

Name Type Description Notes
product_brand str Product brand. For example, "Parker". [optional]
product_category str Product category. For example, "Shoes". [optional]
product_id int Product ID. For example, 1414. [optional]
product_name str Product name. For example, "Parker Boots". [optional]
product_price str Product price. For example, "99.99". [optional]
product_quantity int Product quantity. For example, 2. [optional]
product_variant str Product variant. For example, "Red". [optional]
product_variant_id str Product variant ID. For example, "1414-34832". [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]