remove_cart_item
Remove a specific product from a shopping cart entirely. Provide the cart ID and product ID to delete the item line.
Instructions
Remove a product line from a cart entirely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cart_id | Yes | Unique cart identifier. | |
| product_id | Yes | Numeric product identifier. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | Line items currently in the cart. | |
| cart_id | Yes | Unique cart identifier. | |
| created_at | Yes | UTC timestamp of cart creation. | |
| updated_at | Yes | UTC timestamp of the last modification. |