eBay · Schema

RelevanceIndicator

The relevance of this aspect. This field is returned if eBay has data on how many searches have been performed for listings in the category using this item aspect.

Note: This container is restricted to applications that have been granted permission to access this feature. You must submit an App Check ticket to request this access. In the App Check form, add a note to the Application Title/Summary and/or Application Details fields that you want access to 'Buyer Demand Data' in the Taxonomy API.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
searchCount integer The number of recent searches (based on 30 days of data) for the aspect.
View JSON Schema on GitHub

JSON Schema

ebay-relevanceindicator-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RelevanceIndicator",
  "title": "RelevanceIndicator",
  "type": "object",
  "properties": {
    "searchCount": {
      "type": "integer",
      "description": "The number of recent searches (based on 30 days of data) for the aspect.",
      "format": "int32"
    }
  },
  "description": "The relevance of this aspect. This field is returned if eBay has data on how many searches have been performed for listings in the category using this item aspect.<br><br><span class=\"tablenote\"> <strong>Note:</strong> This container is restricted to applications that have been granted permission to access this feature. You must submit an <a href=\"https://developer.ebay.com/my/support/tickets?tab=app-check \">App Check ticket</a> to request this access. In the App Check form, add a note to the <b>Application Title/Summary</b> and/or <b>Application Details</b> fields that you want access to 'Buyer Demand Data' in the Taxonomy API.</span>"
}