Retrieve all addresses associated with a customer, with optional filtering by address type.
Filtering:
billing: Returns only addresses marked as default billingshipping: Returns only addresses marked as default shippingAddress Types:
A single address can serve as both billing and shipping default simultaneously. This is determined by the is_default_billing and is_default_shipping flags.
Deduplication: Addresses are automatically deduplicated based on their content hash. If the same address data is used for both billing and shipping, only one record exists with both flags set.
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.
Filter by type: billing or shipping
billing, shipping Successfully retrieved customer addresses
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