---
title: "List Store Channels"
method: GET
path: "/stores/{storeKey}/inventory/channels"
tags: ["Stores"]
---

# List Store Channels

`GET /stores/{storeKey}/inventory/channels`

List All Channels for a Store.

## Path parameters

- `storeKey` string, required

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

OK

- TcgApiModelCommonPagedApiResultTcgApiModelStoreChannel
  - `totalItems` integer
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelStoreChannel[]
    - `channelId` integer
    - `channelName` 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/versions/dc32a30fcb68/schema)
