{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Dimension", "title": "Dimension", "type": "object", "properties": { "dimensionKey": { "type": "string", "description": "dimensionKey defines the basis against which the seller's customer service metric is measured.

The value of this field gets set according to the value of the customer_service_metric_type input parameter. The following input configurations return the responses shown: For implementation help, refer to eBay API documentation" }, "name": { "type": "string", "description": "The dimension name returned in this field depends on the dimensionKey: " }, "value": { "type": "string", "description": "The value returned in this field depends on the dimensionKey.

If dimensionKey equals LISTING_CATEGORY, the value returned in this field is the category ID of the primary (L1) category in which the items being rated were listed.

If dimensionKey equals SHIPPING_REGION, one of the following values is returned: " } }, "description": "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 of dimensionKey gets set according to the configuration of the input request. The name and value pair further define dimension under the key." }