Create iFood cart
ifood_create_cartCreate an iFood cart with specified items for a merchant. Requires explicit user intent before adding items; does not proceed to checkout.
Instructions
Gated write on cw-marketplace. Requires IFOOD_ALLOW_MUTATIONS and explicit_user_intent. Does not checkout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| address_id | No | ||
| merchant_id | Yes | ||
| response_format | No | markdown | |
| explicit_user_intent | No | Must be true after the user explicitly asked for this write. |