Search 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.
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"
    }
  ]
}
Language
Click Try It! to start a request and see the response here!