updateCustomerAddress
updateCustomerAddressUpdates an existing customer's address by providing new details such as line1, city, state, or country. Specify the customer and address IDs to modify billing or shipping addresses.
Instructions
Update an existing customer address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | Yes | The unique identifier of the customer. | |
| addressId | Yes | The unique identifier of the address to update. | |
| line1 | No | Updated address line 1. | |
| line2 | No | Updated address line 2. | |
| city | No | Updated city. | |
| state | No | Updated state/province. | |
| zipCode | No | Updated ZIP/postal code. | |
| country | No | Updated country name. | |
| country_code | No | Updated ISO country code. | |
| line3 | No | Updated address line 3. | |
| is_default_billing | No | Set as default billing address. | |
| is_default_shipping | No | Set as default shipping address. | |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |