QuoteCart
QuoteCart is an auto generated table. The supported operations are Update, and Querying data from this table.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Cart/quote ID. |
| CartId | String | False |
cartId |
| BillingAddress | String | False |
This is an auto-generated column |
| ConvertedAt | String | False |
Cart conversion date and time. Otherwise, null. |
| CreatedAt | Datetime | False |
Cart creation date and time. Otherwise, null. |
| Currency | String | False |
This is an auto-generated column |
| Customer | String | False |
This is an auto-generated column |
| CustomerIsGuest | Bool | False |
For guest customers, false for logged in customers |
| CustomerNote | String | False |
Notice text |
| CustomerNoteNotify | Bool | False |
Customer notification flag |
| CustomerTaxClassId | Int | False |
Customer tax class ID. |
| ExtensionAttributes | String | False |
This is an auto-generated column |
| IsActive | Bool | False |
Active status flag value. Otherwise, null. |
| IsVirtual | Bool | False |
Virtual flag value. Otherwise, null. |
| Items | String | False |
Array of items. Otherwise, null. |
| ItemsCount | Int | False |
Number of different items or products in the cart. Otherwise, null. |
| ItemsQty | Double | False |
Total quantity of all cart items. Otherwise, null. |
| OrigOrderId | Int | False |
Original order ID. Otherwise, null. |
| ReservedOrderId | Int | False |
Reserved order ID. Otherwise, null. |
| SearchCriteria | String | False |
This is an auto-generated column |
| StoreId | Int | False |
Store identifier |
| TotalCount | Int | False |
Total count. |
| UpdatedAt | Datetime | False |
Cart last update date and time. Otherwise, null. |