---
title: "Search Stores"
method: GET
path: "/stores"
tags: ["Stores"]
---

# Search Stores

`GET /stores`

Returns a collection of storeKey values based on the search parameters.

## Query parameters

- `name` string
- `address` string
- `city` string
- `state` string
- `zipCode` string
- `sort` string
- `offset` integer
- `limit` integer

## Response `200`

OK

- TcgApiModelCommonPagedApiResultSystemString
  - `totalItems` integer
  - `success` boolean
  - `errors` string[]
  - `results` 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)
