Inherits from Finding_BaseFindingServiceRequest : Finding_BestMatchFindingServiceRequest : Finding_BaseServiceRequest : NSObject
Declared in Finding_FindItemsByProductRequest.h
Finding_FindItemsByProductRequest.m

Overview

You can use product IDs (such as an ISBN, UPC, EAN, or eBay Product Reference
ID) to find associated items listed on eBay.

@ingroup FindingServicePortType

Tasks

  •   productId

    Input ISBN, UPC, EAN, or ReferenceID (ePID) to specify the type of
    product for which you want to search.



    For example, to search using an ISBN, specify productID.type=ISBN and
    set productID.value to an ISBN value. To search using an eBay Product
    Reference ID, set productId.type to
    “ReferenceID” and set productId.value
    to an ePID value (also known as an Bay Product Reference ID). If you
    do not know the ePID value for a product, use <b
    class=“con”>FindProducts in the eBay Shopping API to
    retrieve the desired ePID.

    property
  •   itemFilter

    Reduce the number of items returned by a find request using item
    filters. Use itemFilter to specify
    name/value pairs. You can include multiple item filters in a single
    request.

    property
  •   outputSelector

    Defines what data to return, in addition to the default set of data,
    in a response.



    If you don’t specify this field, eBay returns a default set of item
    fields. Use outputSelector to include more information in the
    response. The additional data is grouped into discrete nodes. You can
    specify multiple nodes by including this field multiple times, as
    needed, in the request.



    If you specify this field, the additional fields returned can affect
    the call’s response time (performance), including in the case with
    feedback data.

    property

Properties

itemFilter

Reduce the number of items returned by a find request using item
filters. Use itemFilter to specify
name/value pairs. You can include multiple item filters in a single
request.

@property (nonatomic, retain) NSMutableArray *itemFilter

Discussion

Reduce the number of items returned by a find request using item
filters. Use itemFilter to specify
name/value pairs. You can include multiple item filters in a single
request.

entry type : class Finding_ItemFilter

Declared In

Finding_FindItemsByProductRequest.h

outputSelector

Defines what data to return, in addition to the default set of data,
in a response.



If you don’t specify this field, eBay returns a default set of item
fields. Use outputSelector to include more information in the
response. The additional data is grouped into discrete nodes. You can
specify multiple nodes by including this field multiple times, as
needed, in the request.



If you specify this field, the additional fields returned can affect
the call’s response time (performance), including in the case with
feedback data.

@property (nonatomic, retain) NSMutableArray *outputSelector

Discussion

Defines what data to return, in addition to the default set of data,
in a response.



If you don’t specify this field, eBay returns a default set of item
fields. Use outputSelector to include more information in the
response. The additional data is grouped into discrete nodes. You can
specify multiple nodes by including this field multiple times, as
needed, in the request.



If you specify this field, the additional fields returned can affect
the call’s response time (performance), including in the case with
feedback data.

entry type : string constant in Finding_OutputSelectorType.h

Declared In

Finding_FindItemsByProductRequest.h

productId

Input ISBN, UPC, EAN, or ReferenceID (ePID) to specify the type of
product for which you want to search.



For example, to search using an ISBN, specify productID.type=ISBN and
set productID.value to an ISBN value. To search using an eBay Product
Reference ID, set productId.type to
“ReferenceID” and set productId.value
to an ePID value (also known as an Bay Product Reference ID). If you
do not know the ePID value for a product, use <b
class=“con”>FindProducts in the eBay Shopping API to
retrieve the desired ePID.

@property (nonatomic, retain) Finding_ProductId *productId

Discussion

Input ISBN, UPC, EAN, or ReferenceID (ePID) to specify the type of
product for which you want to search.



For example, to search using an ISBN, specify productID.type=ISBN and
set productID.value to an ISBN value. To search using an eBay Product
Reference ID, set productId.type to
“ReferenceID” and set productId.value
to an ePID value (also known as an Bay Product Reference ID). If you
do not know the ePID value for a product, use <b
class=“con”>FindProducts in the eBay Shopping API to
retrieve the desired ePID.

type : class Finding_ProductId

Declared In

Finding_FindItemsByProductRequest.h