Excel Add-In for eBay

Build 24.0.9060

CompatibilityPropertyValues

Retrieve an array of parts compatibility aspect values that are used to describe compatible vehicles.

Table Specific Information

Select

The add-in will use the eBay API to process WHERE clause conditions built with the following column and operator. The CategoryTreeId, CategoryId and CompatibilityProperty is required to make a request and the rest of the filter is executed client-side within the add-in.

  • CategoryTreeId supports the '=' comparison.
  • CategoryId supports the '=' comparison.
  • CompatibilityProperty supports the '=' comparison.
For example:
    SELECT * FROM CompatibilityPropertyValues WHERE CategoryTreeId = 101 AND CategoryId = 33559 AND CompatibilityProperty = 'Trim'
	

Columns

Name Type Description
CategoryTreeId [KEY] String This is the unique identifier of category tree.
CompatibilityProperty [KEY] String This is the actual name of the compatible vehicle property as it is known on the specified eBay marketplace and in the eBay category.
CategoryId [KEY] String The unique identifier of an eBay category.
CompatibilityPropertyValues String Each value field shows one applicable compatible vehicle property value.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060