Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 826 Bytes

File metadata and controls

20 lines (15 loc) · 826 Bytes

CartLineItemDTO

Properties

Name Type Description Notes
product_id int [optional]
medium_type str [optional]
name str [optional]
quantity int [optional]
price float [optional]
stock int [optional]
image_url str [optional]
product_type str [optional]
artists [str] [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]