ShoppingCartLine
Records individual items within shopping carts, detailing product IDs, quantities, prices, and associated metadata.
Columns
| Name | Type | References | Description |
| cart | String | The identifier for the shopping cart containing the listed items. | |
| item | String | The name or identifier of the item added to the shopping cart. | |
| lastaddtocart | Date | The date when the item was last added to the shopping cart. | |
| qty | Integer | The quantity of the specific item in the shopping cart. | |
| unitprice | Decimal | The price of each individual item in the shopping cart. |