Inherits from Finding_BaseFindingServiceResponse : Finding_BaseServiceResponse : NSObject
Declared in Finding_FindItemsByKeywordsResponse.h
Finding_FindItemsByKeywordsResponse.m

Overview

Response container for the findItemsByKeywords call.

@ingroup FindingServicePortType

Tasks

  •   categoryHistogramContainer

    Response container for category histograms. Only returned when one or
    more category histograms are returned. A category histogram is not
    returned if the search query returns no matching items.



    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
  •   aspectHistogramContainer

    Response container for aspect histograms. Aspect histograms are
    returned for categories that have been mapped to domains only. In
    most cases, just leaf categories are mapped to domains, but there are
    exceptions.

    property
  •   conditionHistogramContainer

    Response container for condition histograms.



    Not returned when Condition is specified in itemFilter.
    That is, only returned when you have not yet narrowed
    your search based on specific conditions.



    Supported for all eBay sites except US eBay Motors,
    India (IN), Malaysia (MY) and Philippines (PH).
    International items that appear in search results
    are included in a site’s histogram counts.

    property

Properties

aspectHistogramContainer

Response container for aspect histograms. Aspect histograms are
returned for categories that have been mapped to domains only. In
most cases, just leaf categories are mapped to domains, but there are
exceptions.

@property (nonatomic, retain) Finding_AspectHistogramContainer *aspectHistogramContainer

Discussion

Response container for aspect histograms. Aspect histograms are
returned for categories that have been mapped to domains only. In
most cases, just leaf categories are mapped to domains, but there are
exceptions.

type : class Finding_AspectHistogramContainer

Declared In

Finding_FindItemsByKeywordsResponse.h

categoryHistogramContainer

Response container for category histograms. Only returned when one or
more category histograms are returned. A category histogram is not
returned if the search query returns no matching items.



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 *categoryHistogramContainer

Discussion

Response container for category histograms. Only returned when one or
more category histograms are returned. A category histogram is not
returned if the search query returns no matching items.



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_FindItemsByKeywordsResponse.h

conditionHistogramContainer

Response container for condition histograms.



Not returned when Condition is specified in itemFilter.
That is, only returned when you have not yet narrowed
your search based on specific conditions.



Supported for all eBay sites except US eBay Motors,
India (IN), Malaysia (MY) and Philippines (PH).
International items that appear in search results
are included in a site’s histogram counts.

@property (nonatomic, retain) Finding_ConditionHistogramContainer *conditionHistogramContainer

Discussion

Response container for condition histograms.



Not returned when Condition is specified in itemFilter.
That is, only returned when you have not yet narrowed
your search based on specific conditions.



Supported for all eBay sites except US eBay Motors,
India (IN), Malaysia (MY) and Philippines (PH).
International items that appear in search results
are included in a site’s histogram counts.

type : class Finding_ConditionHistogramContainer

Declared In

Finding_FindItemsByKeywordsResponse.h