eBay · Schema

CreateServiceMetricsTaskRequest

The type that defines the fields for the Customer Service Metric reports generated with the Feed API.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
feedType string The feedType specified for the customer service metric task being created. The report lists the transaction details that contribute to the service metrics evaluation. Supported types
filterCriteria object This container is used to customize and set criteria for Customer Service Metric report that will be associated with the task.
schemaVersion string The version number of the customer service metric.

Note: This field must have a value of 1.0.
View JSON Schema on GitHub

JSON Schema

ebay-createservicemetricstaskrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateServiceMetricsTaskRequest",
  "title": "CreateServiceMetricsTaskRequest",
  "type": "object",
  "properties": {
    "feedType": {
      "type": "string",
      "description": "The <strong>feedType</strong> specified for the customer service metric task being created. The report lists the transaction details that contribute to the service metrics evaluation. Supported types include:<p><code>CUSTOMER_SERVICE_METRICS_REPORT</code></p>"
    },
    "filterCriteria": {
      "description": "This container is used to customize and set criteria for Customer Service Metric report that will be associated with the task.",
      "$ref": "#/components/schemas/CustomerServiceMetricsFilterCriteria"
    },
    "schemaVersion": {
      "type": "string",
      "description": "The version number of the customer service metric.<br><br><span class=\"tablenote\"><b>Note:</b> This field <b>must</b> have a value of <code>1.0</code>.</span>"
    }
  },
  "description": "The type that defines the fields for the Customer Service Metric reports generated with the Feed API."
}