{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetCustomerServiceMetricResponse", "title": "GetCustomerServiceMetricResponse", "type": "object", "properties": { "dimensionMetrics": { "type": "array", "description": "This container provides a seller's customer service metric performance for a given dimension.

In the getCustomerServiceMetric request, specify values for the following request parameters to control the returned dimension and the associated metric values: ", "items": { "$ref": "#/components/schemas/DimensionMetric" } }, "evaluationCycle": { "description": "This complex type defines the evaluation type (CURRENT or PROJECTED) and the transaction lookback period used to calculate the seller's customer service metric.", "$ref": "#/components/schemas/EvaluationCycle" }, "marketplaceId": { "type": "string", "description": "The eBay marketplace ID of the marketplace upon which the customer service metric evaluation is based.

The customer_service_metric resource supports a limited set of marketplaces. For a complete list of the supported marketplaces, please see the Service metrics policy page. For implementation help, refer to eBay API documentation" } }, "description": "This complex data type defines the response data that is returned from a request to getCustomerServiceMetric.

The dimensionMetrics object contains the details of the dimension being measured and the calculated customer service metric values.

The evaluationCycle defines the period used to calculate the metric values.

The marketplaceId is the eBay marketplace for which the metrics are being considered." }