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

Overview

Response container for the findItemsByProduct call.

@ingroup FindingServicePortType

Tasks

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



    Only returned when you search the eBay US site (as of
    February 2011). International items in US search results
    are included in the 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_FindItemsByProductResponse.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.



Only returned when you search the eBay US site (as of
February 2011). International items in US search results
are included in the 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.



Only returned when you search the eBay US site (as of
February 2011). International items in US search results
are included in the histogram counts.

type : class Finding_ConditionHistogramContainer

Declared In

Finding_FindItemsByProductResponse.h