Get customer address
Retrieve detailed information for a specific address by its unique identifier.
Returns comprehensive address data including:
- Full address details (lines, city, state, zip, country)
- Default flags (is_default_billing, is_default_shipping)
- Validation status for tax calculation purposes
- Metadata (creation and update timestamps)
Requirements:
- Address must belong to the authenticated organization
- Valid UUID format required for both customer_id and address_id
- Returns 404 if address doesn’t exist or has been deleted
Authorizations
Response
Successfully retrieved 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