eBay Product Metadata APIVersion 1.7.0
 

GetCompatibilitySearchNamesRequest ( BaseServiceRequest )

This operation will provide the ability to get properties of the application. For example, if the input category is tires, then the response would return the following properties:

Call that uses GetCompatibilitySearchNamesRequest:

Fields

categoryId ( string ) [1]
Specifies the category from which you want to retrieve compatibility property names that can be used to search for products. Provide the interface category ID. For example, to get the cars properties, provide tires category ID. The category must be compatibility- enabled.

If a specified category ID doesn't match an existing compatibility- enabled category for the site, eBay returns an error. To determine valid compatibility-enabled categories, use the Trading API GetCategoryFeatures call.
See the Field Index to learn which calls use categoryId.

dataset ( token ) [0..*]
This will define what are properties that will be returned for this catelog-enabled category.
Dataset values:
DisplayableProductDetails
Properies 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.
See the Field Index to learn which calls use dataset.