This type is used to define the available compatibility property filters.
Types that use PropertyFilterInner
MultiCompatibilityPropertyValuesRequestProductRequestProductResponseCompatibilityDetailsPropertyValuesRequestSpecificationRequest
Calls that use PropertyFilterInner
Fields
propertyName
The name of the property being described.
For example, typical vehicle property names are 'Make', 'Model', 'Year', 'Engine', and 'Trim', but will vary based on the eBay marketplace and the eBay category. Use the getCompatibilityPropertyNames method to retrieve valid property names for a specified category.
For example, typical vehicle property names are 'Make', 'Model', 'Year', 'Engine', and 'Trim', but will vary based on the eBay marketplace and the eBay category. Use the getCompatibilityPropertyNames method to retrieve valid property names for a specified category.
propertyValue
The value for the property specified in the properyName field.
For example, if the propertyName is
For example, if the propertyName is
Make
, then the propertyValue will be the specific make of the vehicle, such as Toyota
. Use the getCompatibilityPropertyValues to retreive valid property values associated with a specified property name.