List customer addresses

Retrieve all addresses associated with a customer, with optional filtering by address type.

Filtering:

  • billing: Returns only addresses marked as default billing
  • shipping: Returns only addresses marked as default shipping
  • No filter: Returns all addresses for the customer

Address 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.

Path Params
uuid
required
Query Params
enum

Filter by type: billing or shipping

Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json