---
title: "Search Top Sold Products"
method: POST
path: "/stores/{storeKey}/inventory/topsalessearch"
tags: ["Stores"]
---

# Search Top Sold Products

`POST /stores/{storeKey}/inventory/topsalessearch`

This listing comes from the current Store's inventory whose Seller is associated with the user's bearer token making this API call.
Similar to the other Top Sales Search except that you can specify search criteria in the sellerTssc parameter.

## Path parameters

- `storeKey` string, required

## Query parameters

- `includeGeneric` boolean
- `includeCustom` boolean
- `offset` integer
- `limit` integer

## Request body

- TcgApiModelStoreTopSalesSearchCriteria
  - `categories` TcgApiModelCatalogCategory[]
    - `categoryId` integer
    - `name` string
    - `modifiedOn` string, date-time
    - `displayName` string
    - `seoCategoryName` string
    - `sealedLabel` string
    - `nonSealedLabel` string
    - `conditionGuideUrl` string
    - `isScannable` boolean
    - `popularity` integer

## Response `200`

OK

- TcgApiModelCommonPagedApiResultTcgApiModelStoreTopSoldProduct
  - `totalItems` integer
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelStoreTopSoldProduct[]
    - `productId` integer
    - `productName` string
    - `setName` string
    - `categoryName` string
    - `rarity` string
    - `number` string
    - `lowestPrice` number, double
    - `imageUrl` 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/revisions/dc32a30fcb68/schema)
