Implement a feature that allows users to clear all items from their shopping cart at once 🛍️. This feature should be easy to access 🖱️ but designed to prevent accidental usage 🚫.
- "Clear Shopping Cart" Button 🗑️: This button should be prominently displayed within the user's shopping cart interface 🛒. It should be clearly labeled 🏷️ to avoid any confusion about its functionality.
- Functionality 🚀: When clicked, the "Clear Shopping Cart" button should remove all items from the user's shopping cart and update the cart data in the commercetools API 🔄.
- The shopping cart interface includes a "Clear Shopping Cart" button 🗑️.
- Clicking the "Clear Shopping Cart" button removes all items from the shopping cart 🛒.
- A confirmation prompt appears when the "Clear Shopping Cart" button is clicked 🚦.