Update an existing address with partial data. Only provided fields will be updated.
Partial Updates: This endpoint supports partial updates - only include fields you want to change. Omitted fields will retain their current values.
Default Flag Behavior:
is_default_billing: true will unset the flag on all other addressesis_default_shipping: true will unset the flag on all other addressesDuplicate Prevention:
If updating address fields would result in a duplicate of another existing address, the update will be rejected with a DUPLICATE_ADDRESS error. This ensures data integrity and prevents confusion in downstream systems.
Validation Status: When address fields are modified, the validation_status may need to be re-verified through tax calculation services.
Documentation Index
Fetch the complete documentation index at: https://docs2.zenskar.com/llms.txt
Use this file to discover all available pages before exploring further.
Update Customer Address Request Schema
Street address line 1 (e.g., building number and street name)
Street address line 2 (e.g., apartment, suite, unit number)
Street address line 3 (additional address information)
City or locality name
State, province, or region
Postal code or ZIP code
Country name (e.g., 'United States')
Two-letter ISO country code (e.g., 'US', 'GB')
Address validation status
Validation data from external connector
Set as default billing address
Set as default shipping address
Successfully updated customer address
Customer Address Response Schema
Address ID
Customer ID
Whether this is the default billing address
Whether this is the default shipping address
Street address line 1 (e.g., building number and street name)
Street address line 2 (e.g., apartment, suite, unit number)
Street address line 3 (additional address information)
City or locality name
State, province, or region
Postal/ZIP code
Country name (e.g., 'United States')
Two-letter ISO country code (e.g., 'US', 'GB')
Address validation status
Validation data from external connector