remove_from_cart
Remove a specific item from your cart using the cart ID and line item ID.
Instructions
remove an item from the cart.
Args: cart_id: The cart ID line_item_id: The line item ID to remove
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cart_id | Yes | ||
| line_item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |