Adding An Item to a Shopping Cart

Once a customer decides to purchase an item, he or she must be able to add it to an Amazon Associates Web Service remote shopping cart. Typically, you implement this with a user interface button labeled, for example, Add to Cart. The Amazon Associates Web Service operations that facilitate this functionality are CartCreate and CartAdd. Use CartCreate if the customer does not already have a shopping cart or CartAdd if the customer does.