Objects contained in a ShoppingCart are of made from this class.
Each CartItem contains information about the items in a cart, such as the product name, ASIN, quantity, price, and and item ID. When changing quantities or removing an item from a shopping cart, it should be done by changing the quantity or removing a specific item ID and not an ASIN.