Cart
Guides
Additional information about this section
Functions
Perform actions on an object
- addToCart( )
Adds catalog line items to a cart.
- createCart( )
Creates a new cart.
- createCheckout( )
Creates a checkout from the current site visitor’s cart.
- deleteCart( )
Deletes a cart.
- estimateTotals( )
Estimates the subtotal and total for current site visitor’s cart. Totals include tax and are based on the selected carrier service, shipping address, and ...
- getCart( )
Retrieves a cart.
- removeCoupon( )
Removes the coupon from a specified cart.
- removeLineItems( )
Removes line items from the specified cart.
- updateCart( )
Updates a specified cart's properties.
- updateLineItemsQuantity( )
Updates the quantity of one or more line items in a specified cart.