Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

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.