---
title: "Get customer's addresses"
method: GET
path: "/customers/{customerId}/address"
tags: ["Customers"]
---

# Get customer's addresses

`GET /customers/{customerId}/address`

Get the addresses associated with a customer

## Path parameters

- `customerId` string, required

## Response `200`

List of addresses

- object
  - `defaultAddress` object
    - `id` string
  - `addresses` AddressShopify[]
    - `address1` string — Address line 1
    - `address2` string — Address line 2
    - `city` string — City
    - `company` string — Company
    - `countryCode` string — Country
    - `firstName` string — First name
    - `lastName` string — Last name
    - `phone` string — Phone
    - `provinceCode` string — Province
    - `zip` string — Zip

---

[API](https://skmtc.net/awtomic/apis/awtomic-api.md) · [All operations](https://skmtc.net/awtomic/apis/awtomic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/awtomic/awtomic-api/revisions/dfe3dfce125c/schema)
