While navigating the catalog, at any time if you want to quickly view your selected products, click the mini cart () icon on the top right of the storefront. The mini cart appears.

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

  • View selected products
  • Navigate to the Product Details page: Click on the product name to go to the product details page and also update the configuration.
  • Delete items in the cart
  • Change quantity
  • View the full cart

  • View the product and cart level price

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}