v14
OpenAPI 3.1.02026-08-03122113375.9 KBuser-addresses
List addresses
List all addresses saved for the authenticated user account.
Use this endpoint to load address books, checkout selectors, and default-address settings.
Response guidance:
- type distinguishes shipping and billing records.
- isPrimary identifies the current default for each type.
- id is required for delete operations and address selection state.
- An empty array means the user has no saved addresses yet.
Common workflow:
- Call this endpoint on account page load and checkout start.
- Use POST /user/addresses to add new addresses.
- Use DELETE /user/addresses/{id} to remove obsolete addresses.
- Call this endpoint again after any create/delete to refresh canonical state.
get/user/addresses
Response
A list of addresses