eBay · Schema

GetCompatibilityMetadataResponse

This type is used by the base response of the getCompatibilityProperties method.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
compatibilityProperties array This container consists of an array of all compatible vehicle properties applicable to the specified eBay marketplace and eBay category ID.
View JSON Schema on GitHub

JSON Schema

ebay-getcompatibilitymetadataresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetCompatibilityMetadataResponse",
  "title": "GetCompatibilityMetadataResponse",
  "type": "object",
  "properties": {
    "compatibilityProperties": {
      "type": "array",
      "description": "This container consists of an array of all compatible vehicle properties applicable to the specified eBay marketplace and eBay category ID.",
      "items": {
        "$ref": "#/components/schemas/CompatibilityProperty"
      }
    }
  },
  "description": "This type is used by the base response of the <strong>getCompatibilityProperties</strong> method."
}