eBay · Schema

GetCompatibilityPropertyValuesResponse

The base response type of the getCompatibilityPropertyValues method.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
compatibilityPropertyValues array This array contains all compatible vehicle property values that match the specified eBay marketplace, specified eBay category, and filters in the request. If the compatibility_property
View JSON Schema on GitHub

JSON Schema

ebay-getcompatibilitypropertyvaluesresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetCompatibilityPropertyValuesResponse",
  "title": "GetCompatibilityPropertyValuesResponse",
  "type": "object",
  "properties": {
    "compatibilityPropertyValues": {
      "type": "array",
      "description": "This array contains all compatible vehicle property values that match the specified eBay marketplace, specified eBay category, and filters in the request. If the <strong>compatibility_property</strong> parameter value in the request is 'Trim', each value returned in each <strong>value</strong> field will be a different vehicle trim, applicable to any filters that are set in the <string>filter</string> query parameter of the request, and also based on the eBay marketplace and category specified in the call request.",
      "items": {
        "$ref": "#/components/schemas/CompatibilityPropertyValue"
      }
    }
  },
  "description": "The base response type of the <strong>getCompatibilityPropertyValues</strong> method."
}