Remove from Cart
remove_from_cartRemoves a specific item from the shopping cart using its cart item ID, then updates the order total with the remaining items.
Instructions
Remove an item from the cart by its cart item ID (e.g. 'cart-1'). Re-calculates totals with remaining items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cart_item_id | Yes | The cart item ID to remove (e.g. 'cart-1', from get_cart results) |