add_items_to_cart
Search and add grocery products to your Frisco.pl cart with custom quantities. Append to existing items or clear the cart first to start a fresh order.
Instructions
Searches for and adds a list of products to the cart. By default appends to current cart, optionally clearing it first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | JSON array of items, e.g. [{"name":"Milk","searchQuery":"mleko 2l","quantity":2}] | |
| clearCartFirst | No | If true, clears cart before adding items |