---
title: "GET /customers/{id}/addresses"
method: GET
path: "/customers/{id}/addresses"
tags: ["Customers"]
---

# GET /customers/{id}/addresses

`GET /customers/{id}/addresses`

Retrieve all addresses for a customer

## Path parameters

- `id` integer, required

## Response `200`

Successful operation. Response will return an array of 0 or more addresses

- AddressService[]
  - `type` 'shipping' | 'billing' — The type of address for the customer
  - `street` string — The street for the customer
  - `postal_code` string — The postal code for the customer
  - `city` string — The city name for the customer
  - `state` string, nullable — The 2-letter state code for US customers. For non-US addresses this value will be null.
  - `region` string, nullable — The optional sub-divided area of a country for international customers. For US addresses this value will be null.
  - `country` string — The country for the customer

## Other responses

- `404` — Customer could not be found

---

[API](https://skmtc.dev/samcart/apis/samcart-public-api.md) · [All operations](https://skmtc.dev/samcart/apis/samcart-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/samcart/samcart-public-api/revisions/80296f7a00d0/schema)
