This type defines the name-value pair associated with a property value.
Type that uses PropertyValues
ProductResponseCompatibilityDetails
Call that uses PropertyValues
Fields
propertyName
The name of the property.
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.
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.
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
.