update_customer_address
Modify specific fields in a customer's address book entry for subscription billing management. Only provided fields are updated while preserving existing data.
Instructions
Update an address book entry (partial update). PUT /customers/{customerId}/addressbooks/{addressId}. Only explicitly provided fields are modified; omitted fields are kept from the existing address record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | Yes | Customer ID | |
| addressId | Yes | Address book entry ID | |
| street1 | No | Street line 1 | |
| city | No | City | |
| state | No | State | |
| zip | No | Postal code | |
| countryCode | No | ISO 3166-1 alpha-2 country code, e.g. ES, AR, MX | |
| name | No | Address name | |
| contactName | No | Contact name | |
| street2 | No | Street line 2 | |
| company | No | Company name | |
| contactEmail | No | Contact email | |
| contactPhone | No | Contact phone | |
| type | No | Address type: residential or commercial |