# GuestCarts

## Content



| ColumnName | DataType | Description |
| --- | --- | --- |
| Id | Int32 | Cart/quote ID |
| Created\_at | String | Cart Creation Date And Time. Otherwise, Null |
| Updated\_at | String | Cart Last Update Date And Time. Otherwise, Null |
| Converted\_at | String | Cart Conversion Date And Time. Otherwise, Null |
| Is\_active | Boolean | Active Status Flag Value. Otherwise, Null |
| Is\_virtual | Boolean | Virtual Flag Value. Otherwise, Null |
| Items | String | Array Of Items. Otherwise, Null |
| Items\_qty | Double | Total Quantity Of All Cart Items. Otherwise, Null |
| Is\_salable | String | Information About Product Saleability (In Stock) |
| Customer\_id | Int32 | Customer Info |
| Customer\_group\_id | Int32 | Customer Info |
| Customer\_default\_billing | String | Customer Info |
| Customer\_default\_shipping | String | Customer Info |
| Customer\_confirmation | String | Customer Info |
| Customer\_created\_at | String | Customer Info |
| Customer\_updated\_at | String | Customer Info |
| Customer\_created\_in | String | Customer Info |
| Customer\_dob | String | Customer Info |
| Customer\_email | String | Customer Info |
| Customer\_firstname | String | Customer Info |
| Customer\_lastname | String | Customer Info |
| Customer\_middlename | String | Customer Info |
| Customer\_fix | String | Customer Info |
| StCustomer\_suffixring | String | Customer Info |
| Customer\_gender | String | Customer Info |
| Customer\_store\_id | String | Customer Info |
| Customer\_website\_id | Int32 | Customer Info |
| Customer\_addresses | String | Customer Info |
| Customer\_disable\_auto\_group\_change | Int32 | Customer Info |
| Customer\_custom\_attributes | String | Customer Info |
| Billing\_address | String | Billing Address Info |
| Billing\_address\_id | Int32 | Billing Address Info |
| Billing\_address\_region | String | Billing Address Info |
| Billing\_address\_region\_id | Int32 | Billing Address Info |
| Billing\_address\_region\_code | String | Billing Address Info |
| Billing\_address\_country\_id | String | Billing Address Info |
| Billing\_address\_street | String | Billing Address Info |
| Billing\_address\_company | String | Billing Address Info |
| Billing\_address\_telephone | String | Billing Address Info |
| Billing\_address\_fax | String | Billing Address Info |
| Billing\_address\_postcode | String | Billing Address Info |
| Billing\_address\_city | String | Billing Address Info |
| Billing\_address\_firstname | String | Billing Address Info |
| Billing\_address\_lastname | String | Billing Address Info |
| Billing\_address\_middlename | String | Billing Address Info |
| Billing\_address\_prefix | String | Billing Address Info |
| Billing\_address\_suffix | String | Billing Address Info |
| Billing\_address\_vat\_id | String | Billing Address Info |
| Billing\_address\_customer\_id | Int32 | Billing Address Info |
| Billing\_address\_email | String | Billing Address Info |
| Billing\_address\_same\_as\_billing | Int32 | Billing Address Info |
| Billing\_address\_customer\_address\_id | Int32 | Billing Address Info |
| Billing\_address\_save\_in\_address\_book | Int32 | Billing Address Info |
| Billing\_address\_custom\_attributes | String | Billing Address Info |
| Reserved\_order\_id | String | Reserved Order ID. Otherwise, Null |
| Orig\_order\_id | Int32 | Reserved Order ID. Otherwise, Null |
| Currency\_global\_currency\_code | String | Currency Info |
| Currency\_base\_currency\_code | String | Currency Info |
| Currency\_store\_currency\_code | String | Currency Info |
| Currency\_quote\_currency\_code | String | Currency Info |
| Currency\_store\_to\_base\_rate | Double | Currency Info |
| Currency\_store\_to\_quote\_rate | Double | Currency Info |
| Currency\_base\_to\_global\_rate | Double | Currency Info |
| Currency\_base\_to\_quote\_rate | Double | Currency Info |
| Customer\_is\_guest | Boolean | For Guest Customers, False For Logged In Customers |
| Customer\_note | String | Notice Text |
| Customer\_note\_notify | Boolean | Customer Notification Flag |
| Customer\_tax\_class\_id | Int32 | Customer Tax Class ID |
| Store\_id | Int32 | Store Identifier |
| Extension\_attributes | String | Extension Attributes |
| CartId | String | Cart Id |