Is it possible to get the aspects for each product?
I was hoping to do a search on a category, and for each item returned, learn the aspects that are associated with that individual item.
What I have found is:
- Doing a search on a category will return two containers, one is a result set of items (searchResult), which does not include the aspects, and separately an (aspectHistogramContainer) which contains aspects that can be used to filter the current search.
- Doing a regular browse to an item, such as: http://www.ebay.com/itm/DTM-DUAL-TILT-TIP-PERFORMANCE-EXHAUST-STAINLESS-STEEL-MUFFLER-/200805282109?pt=Motors_Car_Truck_Parts_Accessories
= On that page, there is a compatibility section in the description, which lists each of the makes and models which the part is compatible with.
Is there a way to get the list of compatibilities for each item in a general category search request?