remove_item_from_cart
Remove specific items from your shopping cart. It is removing the item completly from the cart. If you want to reduce quantity of the items use 'update_cart_item'
Remove unwanted items from your shopping cart by targeting specific item IDs. This tool provides precise control over cart cleanup and item removal.
Use this tool when customers want to: -Remove specific products they no longer want -Delete gift certificates from their cart -Clean up their cart before checkout -Remove items added by mistake
Features:
Target removal by specific item ID
Works with both products and gift certificates
Maintains cart structure after removal
Immediate cart updates
Flow:
Call 'search_products' tool to find products by search term.
Call 'get_product_details' tool to get product variants and images.
Call 'add_item_to_cart' tool to create new cart with item
Call 'add_item_to_cart' tool to add another item to cart
Call 'remove_item_from_cart' tool to remove added item to cart
Call 'create_checkout_url' tool to generate a checkout URL for the cart.
Requires an existing cart with items to remove.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cart | Yes | ||
| message | No | ||
| success | Yes |