---
title: "Get Store Address"
method: GET
path: "/stores/{storeKey}/address"
tags: ["Stores"]
---

# Get Store Address

`GET /stores/{storeKey}/address`

Return address information about the Store specified by the storeKey.

## Path parameters

- `storeKey` string, required

## Response `200`

OK

- TcgApiModelCommonApiResultTcgApiModelStoreAddress
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelStoreAddress[]
    - `address1` string
    - `address2` string
    - `city` string
    - `stateProvince` string
    - `postalCode` string
    - `country` string

---

[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/revisions/dc32a30fcb68/schema)
