add_to_cart
Add units of a product to your Picnic shopping cart and get the updated cart back. Use with a product ID from search_products to manage your grocery basket.
Instructions
Add count units of a product to the cart (product_id from search_products).
Returns the updated cart, same shape as get_cart().
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| product_id | Yes |