update_address
Update an existing address by providing any combination of address line, city, postcode, region, or primary flag. Only the fields you specify are changed.
Instructions
Update an address. Only non-null fields are sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Address id. | |
| city | No | City. | |
| region | No | Region / state. | |
| postcode | No | Postcode / ZIP. | |
| is_primary | No | Whether this is the primary address. | |
| address_detail | No | Street / address line. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||