---
title: "Get Store Info"
method: GET
path: "/stores/{storeKeys}"
tags: ["Stores"]
---

# Get Store Info

`GET /stores/{storeKeys}`

Return general information about the stores specified by the store keys.

## Path parameters

- `storeKeys` string, required

## Response `200`

OK

- TcgApiModelCommonApiResultTcgApiModelStoreStoreInfo
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelStoreStoreInfo[]
    - `storeKey` string
    - `name` string
    - `level` string
    - `status` string
    - `isCertifiedHobbyShop` boolean
    - `isDirect` boolean
    - `isGoldStar` boolean
    - `completedSalesRank` string
    - `emailContact` string
    - `storefrontUrl` string
    - `isProStore` boolean
    - `inventoryValueCurrent` number, double
    - `inventoryValueLimit` number, double
    - `productCountCurrent` integer
    - `productCountLimit` integer
    - `dailyEntryCountCurrent` integer
    - `dailyEntryCountLimit` integer
    - `productPriceMax` number, double

---

[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)
