Frontend | Backend | Api

Carts\Models\Api\Item

Item that appears in the Cart for the first time and then can go to the Order

Property Description Returns
id int
productCode string
name string
quantity Quantity of the item. Integer number. If 0, the item is unavailable. int
amount string
tax string
discount string
attributes string
available If item is available, i.e. its product still available or the item is not expired. bool
created Date the record was created. DateTime
modified Last modification date for the record. DateTime
cart Cart
order Order
product BaseProduct
messages Collection (Message)