---
title: "Get a customer's address"
method: GET
path: "/v3/customeraddress/{customerId}"
---

# Get a customer's address

`GET /v3/customeraddress/{customerId}`

Get a specific customer's address(es)

## Path parameters

- `customerId` integer, required

## Response `200`

200

- object[]
  - `id` integer
  - `name` string
  - `address1` string
  - `address2` string
  - `city` string
  - `state` string
  - `zip` string
  - `created` string
  - `isDefault` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/mxmerchant/apis/checkout-api.md) · [All operations](https://skmtc.net/mxmerchant/apis/checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mxmerchant/checkout-api/versions/6807b698abcb/schema)
