add_to_cart
Add a product to the shopping cart by specifying the product ID and quantity. Enables cart updates during natural language shopping interactions for Walmart backend.
Instructions
Add a product to the shopping cart with specified quantity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quantity | No | Quantity of the product to add (default: 1) | |
| productId | Yes | The ID of the product to add to cart |