---
title: "Get Customer Addresses"
method: GET
path: "/stores/{storeKey}/customers/{token}/addresses"
tags: ["Stores"]
---

# Get Customer Addresses

`GET /stores/{storeKey}/customers/{token}/addresses`

Returns the shipping addresses associated with the orders a customer has placed with the seller.
The token represents the unique seller and customer combination.

## Path parameters

- `storeKey` string, required
- `token` string, required

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

OK

- TcgApiModelCommonPagedApiResultTcgApiModelStoreCustomerAddress
  - `totalItems` integer
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelStoreCustomerAddress[]
    - `firstName` string
    - `lastName` string
    - `address1` string
    - `address2` string
    - `city` string
    - `state` string
    - `postalCode` string
    - `country` string

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/tcgplayer/apis/tcgapi.md) · [All operations](https://skmtc.net/tcgplayer/apis/tcgapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tcgplayer/tcgapi/versions/dc32a30fcb68/schema)
