Click the cart () icon on the top right of the storefront and then click the View Cart button to view the main (full) cart.

You can do one or more of the following from the full cart:

  • View the complete list of selected products on the cart or from the mini cart
  • Change quantities
  • Change adjustment type and amount
  • Change the start date and end date for Subscriptions
  • Delete items
  • Navigate to the Product Details page: Click on the product name to go to the product details page and also update the configuration.
  • View product-level price summary and totals
  • View cart level price summary and total price
  • View/update configuration details: Click on the wrench icon () to view or update the product configuration.
  • Request a quote
  • Create an order

When you update any of the fields, use the following API call to reflect the changes and reprice the product and cart price:

PATCH https://<URL_of_the_Instance>/api/cart/v1/carts/{cartId}/items

When you delete any product, use the following API call:

DELETE https://<URL_of_the_Instance>/api/cart/v1/carts/{cartId}