update_cart
Update the quantity of an item in your Walmart cart using its product ID or partial product name.
Instructions
Update the quantity of an item in the Walmart cart
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | No | Walmart product item ID to update | |
| quantity | Yes | New quantity (must be >= 1) | |
| product_name | No | Partial product name to identify item (alternative to item_id) |