Add to cart
add_to_cartAdd a product to your Mercadona online cart using its product ID. If already in cart, increases quantity and returns the updated cart total.
Instructions
Add a product to the real cart by id (get the id from search_products or get_my_regulars first). If already present, increases the quantity. Returns the updated cart with its total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quantity | No | How many to add (default 1) | |
| product_id | Yes | Product id from search_products/get_my_regulars, e.g. '10922' |