manage_cart
Add, remove, view, or clear products in a shopping cart. Specify product ID, quantity, title, and price for each action.
Instructions
Einkaufswagen verwalten (hinzufuegen, entfernen, anzeigen, leeren).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | 'add', 'remove', 'view', oder 'clear' | |
| product_id | No | Produkt-ID (fuer add/remove) | |
| quantity | No | Menge (fuer add, Standard: 1) | |
| product_title | No | Produktname (fuer add, optional) | |
| price | No | Preis pro Stueck (fuer add, optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||