Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 961 Bytes

QuoteDataCartItemInterface.md

File metadata and controls

18 lines (14 loc) · 961 Bytes

QuoteDataCartItemInterface

Properties

Name Type Description Notes
item_id int Item ID. Otherwise, null. [optional]
sku str Product SKU. Otherwise, null. [optional]
qty float Product quantity.
name str Product name. Otherwise, null. [optional]
price float Product price. Otherwise, null. [optional]
product_type str Product type. Otherwise, null. [optional]
quote_id str Quote id.
product_option QuoteDataProductOptionInterface [optional]
extension_attributes QuoteDataCartItemExtensionInterface [optional]

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