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.

  • When there is no active cart and you click on the mini cart icon, you can see the message "You do not have a cart yet. Add products to get started".
  • When there is an empty active cart and you click the mini cart icon, you can see the message "Your cart is empty".

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 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, the following API is used to reflect the changes and reprice the product and cart price. For more information, click here.

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

The following API is used when you delete any product. For more information, click here.

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