Fields
The ID of the cart that the user wants to remove. It’s a unique identifier for the cart in the system.
The input fields to provide the necessary information to remove a cart through the removeCart
mutation. By providing the cart ID, the API can identify and delete the specified cart.