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

# Get Store Info

`GET /stores/self`

Return general information about the current Store associated with the current bearer token.

## 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/versions/dc32a30fcb68/schema)
