Create iFood address
ifood_create_addressCreate a new delivery address for your iFood account using latitude and longitude. Requires explicit user confirmation before saving.
Instructions
POST /v1/customers/me/addresses (401 JSON no-jwt). Requires explicit_user_intent. PUT/DELETE :id 404.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| number | No | ||
| street | No | ||
| latitude | Yes | ||
| longitude | Yes | ||
| complement | No | ||
| neighborhood | No | ||
| response_format | No | markdown | |
| explicit_user_intent | No | Must be true after the user explicitly asked for this write. |