QuoteDataCartInterface

May 18, 2017 ยท View on GitHub

Properties

NameTypeDescriptionNotes
idintCart/quote ID.
createdAtstringCart creation date and time. Otherwise, null.[optional]
updatedAtstringCart last update date and time. Otherwise, null.[optional]
convertedAtstringCart conversion date and time. Otherwise, null.[optional]
isActiveboolActive status flag value. Otherwise, null.[optional]
isVirtualboolVirtual flag value. Otherwise, null.[optional]
items\SpringImport\Swagger\Magento2\Client\Model\QuoteDataCartItemInterface[]Array of items. Otherwise, null.[optional]
itemsCountintNumber of different items or products in the cart. Otherwise, null.[optional]
itemsQtyfloatTotal quantity of all cart items. Otherwise, null.[optional]
customer\SpringImport\Swagger\Magento2\Client\Model\CustomerDataCustomerInterface
billingAddress\SpringImport\Swagger\Magento2\Client\Model\QuoteDataAddressInterface[optional]
reservedOrderIdintReserved order ID. Otherwise, null.[optional]
origOrderIdintOriginal order ID. Otherwise, null.[optional]
currency\SpringImport\Swagger\Magento2\Client\Model\QuoteDataCurrencyInterface[optional]
customerIsGuestboolFor guest customers, false for logged in customers[optional]
customerNotestringNotice text[optional]
customerNoteNotifyboolCustomer notification flag[optional]
customerTaxClassIdintCustomer tax class ID.[optional]
storeIdintStore identifier
extensionAttributes\SpringImport\Swagger\Magento2\Client\Model\QuoteDataCartExtensionInterface[optional]

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