📄️ Add To Or Remove From Cart
This API allows you to add an item to the customer's cart by providing the item SKU. It will return the updated cart details, including the newly added item.
📄️ Get Cart Details
The "Get Cart Items Details" API allows the client to retrieve the details of items added to the shopping cart. This API allows authenticated customers to retrieve the details of items in their shopping cart and returns an array of items with their respective details such as name, price, quantity, and image URL.