eBay Seller_standards_profile 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 Seller_standards_profile. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, release notes, and an AsyncAPI specification.
This API exposes
2 operations
across 2 paths,
and defines 8 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}.
2 operations2 paths8 schemas2 GET
Metadata
The identity and technical contract details declared by the specification.
eBay Seller_standards_profile 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 2
Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.
Seller_standards_profile 2
GET
/seller_standards_profile
This call retrieves all the standards profiles for the associated seller. A standards profile is a set of eBay seller metrics and the seller's associated compliance values (either TOPRATED , ABOVESTA…
findSellerStandardsProfiles→ 200400500
GET
/seller_standards_profile/{program}/{cycle}
This call retrieves a single standards profile for the associated seller. A standards profile is a set of eBay seller metrics and the seller's associated compliance values (either TOPRATED , ABOVESTA…
The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are StandardsProfile (6 properties), Metric (4 properties), MetricBenchmark (4 properties), Cycle (3 properties). Each schema is shown below with its type and property counts.
Metric
object
This complex data type defines the details of the customer service metric and benchmark data related to the associated dimension .
4 properties
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
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
StandardsProfile
object
A complex type that defines a seller profile.
6 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
FindSellerStandardsProfilesResponse
object
The response container for a list of seller profiles.
1 property
Cycle
object
A complex type that describes a program cycle.
3 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.