QuoteDataCartInterface
May 18, 2017 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Cart/quote ID. | |
| createdAt | string | Cart creation date and time. Otherwise, null. | [optional] |
| updatedAt | string | Cart last update date and time. Otherwise, null. | [optional] |
| convertedAt | string | Cart conversion date and time. Otherwise, null. | [optional] |
| isActive | bool | Active status flag value. Otherwise, null. | [optional] |
| isVirtual | bool | Virtual flag value. Otherwise, null. | [optional] |
| items | \SpringImport\Swagger\Magento2\Client\Model\QuoteDataCartItemInterface[] | Array of items. Otherwise, null. | [optional] |
| itemsCount | int | Number of different items or products in the cart. Otherwise, null. | [optional] |
| itemsQty | float | Total quantity of all cart items. Otherwise, null. | [optional] |
| customer | \SpringImport\Swagger\Magento2\Client\Model\CustomerDataCustomerInterface | ||
| billingAddress | \SpringImport\Swagger\Magento2\Client\Model\QuoteDataAddressInterface | [optional] | |
| reservedOrderId | int | Reserved order ID. Otherwise, null. | [optional] |
| origOrderId | int | Original order ID. Otherwise, null. | [optional] |
| currency | \SpringImport\Swagger\Magento2\Client\Model\QuoteDataCurrencyInterface | [optional] | |
| customerIsGuest | bool | For guest customers, false for logged in customers | [optional] |
| customerNote | string | Notice text | [optional] |
| customerNoteNotify | bool | Customer notification flag | [optional] |
| customerTaxClassId | int | Customer tax class ID. | [optional] |
| storeId | int | Store identifier | |
| extensionAttributes | \SpringImport\Swagger\Magento2\Client\Model\QuoteDataCartExtensionInterface | [optional] |