---
title: "List Catalog Objects"
method: GET
path: "/stores/{storeKey}/inventory/search"
tags: ["Stores"]
---

# List Catalog Objects

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

SearchResults returned can include Product, Groups, and Categories.

## Path parameters

- `storeKey` string, required

## Query parameters

- `q` string, required
- `limit` integer

## Response `200`

OK

- TcgApiModelCommonApiResultTcgApiModelStoreSearchResult
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelStoreSearchResult[]
    - `productName` string
    - `setName` string
    - `cleanSetName` string
    - `categoryName` string
    - `cleanCategoryName` string
    - `matchType` 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/versions/dc32a30fcb68/schema)
