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

Overview

This is the base request container for all Finding Service operations.

@ingroup FindingServicePortType

Tasks

  •   paginationInput

    Controls the pagination of the result set. Child elements specify the
    maximum number of item listings to return per call and the page of
    data to return. Controls the number of listings returned in the
    response, but does not specify the details to return for each
    listing.



    Note:
    No more than 10,000 items can be retrieved for a given search,
    regardless of how many matches are found. This limit is enforced
    by the maximum page number allowed (100) and the maximum entries per
    page allowed (100).

    property
  •   buyerPostalCode

    The postal code of the buyer. This is used as the basis for proximity
    searches as well as local searches.



    A proximity search requires <b
    class=“con”>buyerPostalCode and a <b
    class=“con”>MaxDistance item filter.
    A local search requires <b
    class=“con”>buyerPostalCode and item filters for <b
    class=“con”>MaxDistance and <b
    class=“con”>LocalSearch.

    property
  •   affiliate

    Container for affiliate details. eBay uses the specified affiliate
    information to build a View Item URL and Product URL string with
    correctly formatted affiliate tracking information, which it returns
    in the response. You can publish these URLs, and if a user clicks
    them to access eBay, the respective affiliate might get a commission,
    depending on the user’s actions.

    property

Properties

affiliate

Container for affiliate details. eBay uses the specified affiliate
information to build a View Item URL and Product URL string with
correctly formatted affiliate tracking information, which it returns
in the response. You can publish these URLs, and if a user clicks
them to access eBay, the respective affiliate might get a commission,
depending on the user’s actions.

@property (nonatomic, retain) Finding_Affiliate *affiliate

Discussion

Container for affiliate details. eBay uses the specified affiliate
information to build a View Item URL and Product URL string with
correctly formatted affiliate tracking information, which it returns
in the response. You can publish these URLs, and if a user clicks
them to access eBay, the respective affiliate might get a commission,
depending on the user’s actions.

type : class Finding_Affiliate

Declared In

Finding_BestMatchFindingServiceRequest.h

buyerPostalCode

The postal code of the buyer. This is used as the basis for proximity
searches as well as local searches.



A proximity search requires <b
class=“con”>buyerPostalCode and a <b
class=“con”>MaxDistance item filter.
A local search requires <b
class=“con”>buyerPostalCode and item filters for <b
class=“con”>MaxDistance and <b
class=“con”>LocalSearch.

@property (nonatomic, retain) NSString *buyerPostalCode

Discussion

The postal code of the buyer. This is used as the basis for proximity
searches as well as local searches.



A proximity search requires <b
class=“con”>buyerPostalCode and a <b
class=“con”>MaxDistance item filter.
A local search requires <b
class=“con”>buyerPostalCode and item filters for <b
class=“con”>MaxDistance and <b
class=“con”>LocalSearch.

type : NSString, wrapper for primitive string

Declared In

Finding_BestMatchFindingServiceRequest.h

paginationInput

Controls the pagination of the result set. Child elements specify the
maximum number of item listings to return per call and the page of
data to return. Controls the number of listings returned in the
response, but does not specify the details to return for each
listing.



Note:
No more than 10,000 items can be retrieved for a given search,
regardless of how many matches are found. This limit is enforced
by the maximum page number allowed (100) and the maximum entries per
page allowed (100).

@property (nonatomic, retain) Finding_PaginationInput *paginationInput

Discussion

Controls the pagination of the result set. Child elements specify the
maximum number of item listings to return per call and the page of
data to return. Controls the number of listings returned in the
response, but does not specify the details to return for each
listing.



Note:
No more than 10,000 items can be retrieved for a given search,
regardless of how many matches are found. This limit is enforced
by the maximum page number allowed (100) and the maximum entries per
page allowed (100).

type : class Finding_PaginationInput

Declared In

Finding_BestMatchFindingServiceRequest.h