Create iFood cart
ifood_create_cartCreate an iFood cart for a merchant with specified items and optional delivery address. Requires explicit user intent for the write and stops before 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. |