update_address
Update an existing address in the address book by providing its ID and new details such as name, phone, street, city, state, zip code, country, and address type.
Instructions
编辑/更新地址簿中已有的地址
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | 要更新的地址ID | |
| first_name | Yes | 名 | |
| last_name | Yes | 姓 | |
| phone | Yes | 电话(必填,不能为空) | |
| street | Yes | 地址行1 | |
| city | Yes | 城市 | |
| state | Yes | 州/省 | |
| zip_code | Yes | 邮编 | |
| country | Yes | 国家代码 | |
| address_type | Yes | 地址类型:residential(居住区) / commercial(商业区) | |
| company_name | No | 公司名称 | |
| No | 邮箱 | ||
| street2 | No | 地址行2 | |
| is_default | No | 是否设为默认地址 | |
| force_create | No | 客户强制保存地址(二次确认使用) | |
| latitude | No | 地址纬度 | |
| longitude | No | 地址经度 |