update_cart_item
Update the quantity of a specific item in your Grubhub cart, with support for setting quantity to zero to remove the item.
Instructions
update the quantity of an item in the cart.
Args: cart_id: The cart ID line_item_id: The line item ID to update quantity: New quantity (0 to remove)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cart_id | Yes | ||
| line_item_id | Yes | ||
| quantity | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |