post https://api.tcgplayer.com/stores//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.
The name of the category is a required parameter in the body.
{
"categories": [
{
"categoryId": 1,
"name": "Magic"
}
]
}