---
title: "Returns all customer's addresses"
method: GET
path: "/api/v1/customers/{id}/addresses"
tags: ["customer"]
---

# Returns all customer's addresses

`GET /api/v1/customers/{id}/addresses`

Returns all customer's addresses based on given customer ID

## Path parameters

- `id` string, required

## Response `200`

For successful fetch.

- Address
  - `id` string — Order identifier
  - `number` string — house of flat number
  - `residency` string — Socieity or building name
  - `street` string — street name
  - `city` string — city name
  - `state` string — state name
  - `country` string — country name
  - `pincode` string — postal code

---

[API](https://skmtc.net/packtpublishing/apis/sample-ecommerce-app.md) · [All operations](https://skmtc.net/packtpublishing/apis/sample-ecommerce-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/packtpublishing/sample-ecommerce-app/versions/51a26ae44206/schema)
