v1
latestOpenAPI 3.0.02026-07-2480129136.5 KBStores
List Top Sold Products
This listing comes from the current Store's inventory whose Seller is associated with the user's bearer token making this API call.
get/stores/{storeKey}/inventory/topsales
Path parameters
storeKeystring required
Required. A unique key used to identify the caller of the API.
Query parameters
categoryIdinteger
If provided, this request will only return products from the specified category.
includeGenericboolean
If set to true, generic listings will be returned. Default is true.
includeCustomboolean
If set to true, custom listings will be returned. Default is true.
channelIdinteger
The channel to search for results. Defaults to 0, the TCG Marketplace.
includeExcludedCategoriesboolean
If true, will return results for excluded categories. Default is false.
offsetinteger
Used for paging. The number of TopSoldProducts to skip. Default is 0.
limitinteger
Used for paging. The maximum number of TopSoldProducts to return. Default is 10.
Response
OK