Skip to main content

This type defines the request fields for the getCompatibilityPropertyNames method.

Types that use PropertyNamesRequest

Not used by any types.

Call that uses PropertyNamesRequest

Fields

Field
Type
Description
categoryId
The unique identifier of the eBay leaf category for which to retrieve compatibility property names. 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.
dataset
array of string
This array defines the properties that will be returned for the compatibility-enabled category.

For example, if you specify Searchable, the compatibility details will contain properties that can be used to search for products, such as make or model.

Valid values:
  • DisplayableProductDetails: Properties for use in a user interface to describe products.
  • DisplayableSearchResults: Properties for use in results for product searches.
  • Searchable: Properties for use in searches.
  • Sortable: Properties that are suitable for sorting.
Default: DisplayableSearchResults