# GuestCartsItems

## Content



| ColumnName | DataType | Description |
| --- | --- | --- |
| Item\_id | Int 32 | Item ID. Otherwise, Null |
| Sku | String | Product SKU. Otherwise, Null |
| Qty | Double | Product Quantity |
| Name | String | Product Name. Otherwise, Null |
| Price | Double | Product Price. Otherwise, Null |
| Product\_type | String | Product Type. Otherwise, Null |
| Quote\_id | String | Quote Id |
| Product\_option | String | Product Option. Otherwise, Null |
| Extension\_attributes | String | Extension Attributes |
| CartId | String | Cart Id |