update_cart_item
Adjust quantity or add special instructions for a cart line using its cart-line ID, keeping its selected options. To change options, remove and re-add the item.
Instructions
Set quantity and optionally instructions for a cart-line ID (not menu-item ID). Keeps its selected options. To change options, remove and re-add.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cart_id | Yes | ||
| quantity | Yes | ||
| cart_item_id | Yes | ||
| special_instructions | No |