Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

  • No labels