createCart

Method Signature Cart createCart();
Description Creates a new shopping cart and returns the Cart object. The cart.cartId parameter should be stored in a cookie so that subsequent requests to the page can use the cartId in a call to getCart.
Parameters None
Result Cart – the newly created cart.