eBay Customer_service_metric API is one of 64 APIs that eBay publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.
Tagged areas include Customer_service_metric. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, release notes, and an AsyncAPI specification.
This API exposes
1 operation
across 1 path,
and defines 9 schemas.
It is described by OpenAPI 3.0.0, at version v1.9.2.
Requests are made against a single base URL, https://api.ebay.com{basePath}.
1 operations1 paths9 schemas1 GET
Metadata
The identity and technical contract details declared by the specification.
eBay Customer_service_metric API declares
1 security scheme
for authenticating requests.
It supports OAuth 2.0 (api_auth) using the authorizationCode flow, exposing 2 scopes.
api_auth — The security definitions for this API. Please check individual operations for applicable scopes.
Paths & Operations 1
Across 1 path, the API surfaces 1 operation — 1 GET. Each is listed below with its method, path, parameters, and response codes.
Use this method to retrieve a seller's performance and rating for the customer service metric. Control the response from the getCustomerServiceMetric method using the following path and query paramet…
getCustomerServiceMetric3 params→ 200400404409500
Schemas 9
The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are MetricBenchmark (4 properties), EvaluationCycle (4 properties), Metric (4 properties), Dimension (3 properties). Each schema is shown below with its type and property counts.
BenchmarkMetadata
object
This complex type defines the fields that comprise the benchmark against which the seller's performance is compared. The comparison determines the seller's rat…
1 property
Metric
object
This complex data type defines the details of the customer service metric and benchmark data related to the associated dimension .
4 properties
Dimension
object
The fields in this complex type define the dimension, or attributes, by which the associated customer service metric and benchmark data is measured. The value…
3 properties
MetricBenchmark
object
This complex type defines the benchmark data, which includes the average value of the metric for the group (the benchmark) and the seller's overall rating when…
4 properties
GetCustomerServiceMetricResponse
object
This complex data type defines the response data that is returned from a request to getCustomerServiceMetric . The dimensionMetrics object contains the details…
3 properties
DimensionMetric
object
This complex type defines a the customer service metrics and seller benchmark performance related to a given dimension.
2 properties
EvaluationCycle
object
This complex type describes the start and end dates of the of the time period over which the associated benchmark is computed. All timestamps are based on Moun…
4 properties
Distribution
object
This complex type defines of a piece of data that is grouped by the associated basis . It contains the name for the data set and its associated value .
2 properties
MetricDistribution
object
This complex data type describes the metric distribution by basis.
2 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.