eBay · Schema

BenchmarkMetadata

This complex type defines the fields that comprise the benchmark against which the seller's performance is compared. The comparison determines the seller's rating for the metric.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
average string This field returns the average value for the group, as defined by the specified basis.

When the benchmark basis is set to PEER_BENCHMARK, the value returned in this
View JSON Schema on GitHub

JSON Schema

ebay-benchmarkmetadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BenchmarkMetadata",
  "title": "BenchmarkMetadata",
  "type": "object",
  "properties": {
    "average": {
      "type": "string",
      "description": "This field returns the average value for the group, as defined by the specified <b>basis</b>.  <br><br>When the benchmark <b>basis</b> is set to <code>PEER_BENCHMARK</code>, the value returned in this field is the benchmark value to which the seller's metric <b>value</b> is compared to determine the seller's rating for the customer service metric."
    }
  },
  "description": "This complex type defines the fields that comprise the benchmark against which the seller's performance is compared. The comparison determines the seller's rating for the metric."
}