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] |