Finding_FindCompletedItemsResponse Class Reference
| Inherits from | Finding_BaseFindingServiceResponse : Finding_BaseServiceResponse : NSObject |
| Declared in | Finding_FindCompletedItemsResponse.h Finding_FindCompletedItemsResponse.m |
Tasks
-
categoryHistogramContainerResponse container for category histograms. Only returned when one or
property
more category histograms are returned. A category histogram is not
returned if there are no matching items or if the search is
restricted to a single leaf category.
Note:
The category IDs returned for items in search results are for the
leaf categories in which the items are listed. If you use these
category IDs as input, the response will not return a category
histogram.
Note:
When searching the eBay Motors site, category histograms may not be
available for some parent categories. In these cases, aspect
histograms should be used to refine search results. This behavior is
consistent with eBay Motors site search behavior.
-
aspectHistogramContainerResponse container for aspect histograms.
property -
conditionHistogramContainerReserved for future use.
property
Properties
aspectHistogramContainer
Response container for aspect histograms.
@property (nonatomic, retain) Finding_AspectHistogramContainer *aspectHistogramContainerDeclared In
Finding_FindCompletedItemsResponse.hcategoryHistogramContainer
Response container for category histograms. Only returned when one or
more category histograms are returned. A category histogram is not
returned if there are no matching items or if the search is
restricted to a single leaf category.
Note:
The category IDs returned for items in search results are for the
leaf categories in which the items are listed. If you use these
category IDs as input, the response will not return a category
histogram.
Note:
When searching the eBay Motors site, category histograms may not be
available for some parent categories. In these cases, aspect
histograms should be used to refine search results. This behavior is
consistent with eBay Motors site search behavior.
@property (nonatomic, retain) Finding_CategoryHistogramContainer *categoryHistogramContainerDiscussion
Response container for category histograms. Only returned when one or
more category histograms are returned. A category histogram is not
returned if there are no matching items or if the search is
restricted to a single leaf category.
Note:
The category IDs returned for items in search results are for the
leaf categories in which the items are listed. If you use these
category IDs as input, the response will not return a category
histogram.
Note:
When searching the eBay Motors site, category histograms may not be
available for some parent categories. In these cases, aspect
histograms should be used to refine search results. This behavior is
consistent with eBay Motors site search behavior.
type : class Finding_CategoryHistogramContainer
Declared In
Finding_FindCompletedItemsResponse.h