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"
    }
  ]
}
Path Params
string
required

Required. A unique key used to identify the caller of the API.

Query Params
boolean

If set to true, generic listings will be returned. Default is true.

boolean

If set to true, custom listings will be returned. Default is true.

int32

Used for paging. The number of TopSoldProducts to skip. Default is 0.

int32

Used for paging. The maximum number of TopSoldProducts to return. Default is 10.

Body Params

The criteria to use in the search.

categories
array of objects
categories
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Response

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json