Skip to main content

This type defines the request fields used in the getCompatibilityPropertyValues method.

Types that use PropertyValuesRequest

Not used by any types.

Call that uses PropertyValuesRequest

Fields

Field
Type
Description
categoryId
The unique identifier of the eBay leaf category for which to retrieve compatibility property values. This category must be a valid eBay category on the specified eBay marketplace, and the category must support parts compatibility.

Use the getAutomotivePartsCompatibilityPolicies method to retrieve a list of categories that support parts compatibility.
propertyFilters
This array can be used to specify the compatibility properties used limit the result set. Only values associated with the specified name-value pairs will be returned in the response.

For example, if the propertyName is set to Make and the propertyValue is set to Honda, only compatible Honda vehicles will be returned.
propertyName
This field specifies the name of the property for which to retrieve associated property values.

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.
sortOrder
This field specifies the sort order for the property values in the result set.

Valid values:
  • Ascending
  • Descending
Note: If no search order is specified, values are sorted in ascending order.