---
title: "List All Groups"
method: GET
path: "/stores/{storeKey}/inventory/groups"
tags: ["Stores"]
---

# List All Groups

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

This listing comes from the current Store's inventory whose Seller is associated with the user's bearer token making this API call.

## Path parameters

- `storeKey` string, required

## Query parameters

- `categoryId` integer
- `categoryName` string
- `channelId` integer
- `includeExcludedCategories` boolean
- `offset` integer
- `limit` integer
- `inStockOnly` boolean

## Response `200`

OK

- TcgApiModelCommonPagedApiResultTcgApiModelCatalogGroup
  - `totalItems` integer
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelCatalogGroup[]
    - `groupId` integer
    - `name` string
    - `abbreviation` string
    - `isSupplemental` boolean
    - `publishedOn` string, date-time
    - `modifiedOn` string, date-time
    - `categoryId` integer

---

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