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

Overview

Base response container for all Finding Service operations.

@ingroup FindingServicePortType

Tasks

  •   searchResult

    Container for the item listings that matched the search criteria.
    The data for each item is returned in individual containers, if
    any matches were found.

    property
  •   paginationOutput

    Indicates the pagination of the result set. Child elements indicate
    the page number that is returned, the maximum number of item listings
    to return per page, total number of pages that can be returned, and
    the total number of listings that match the search criteria.

    property
  •   itemSearchURL

    A URL to view the search results on the eBay web site. The search
    results on the web site will use the same pagination as the API
    search results.



    Note:
    eBay URLs returned in fields, such as <b
    class=“con”>viewItemURL, are subject to syntax and other
    changes without notice. To avoid problems in your application when
    eBay alters the URL format, we advise you to avoid parsing eBay URLs
    programmatically. We strive to ensure that other fields in the
    response contain all the information that is encoded in the URL, and
    more.

    property
  •   extension

    Reserved for future use.

    property

Properties

extension

Reserved for future use.

@property (nonatomic, retain) NSMutableArray *extension

Discussion

Reserved for future use.

entry type : class Finding_ExtensionType

Declared In

Finding_BaseFindingServiceResponse.h

itemSearchURL

A URL to view the search results on the eBay web site. The search
results on the web site will use the same pagination as the API
search results.



Note:
eBay URLs returned in fields, such as <b
class=“con”>viewItemURL, are subject to syntax and other
changes without notice. To avoid problems in your application when
eBay alters the URL format, we advise you to avoid parsing eBay URLs
programmatically. We strive to ensure that other fields in the
response contain all the information that is encoded in the URL, and
more.

@property (nonatomic, retain) NSString *itemSearchURL

Discussion

A URL to view the search results on the eBay web site. The search
results on the web site will use the same pagination as the API
search results.



Note:
eBay URLs returned in fields, such as <b
class=“con”>viewItemURL, are subject to syntax and other
changes without notice. To avoid problems in your application when
eBay alters the URL format, we advise you to avoid parsing eBay URLs
programmatically. We strive to ensure that other fields in the
response contain all the information that is encoded in the URL, and
more.

type : NSString, wrapper for primitive string

Declared In

Finding_BaseFindingServiceResponse.h

paginationOutput

Indicates the pagination of the result set. Child elements indicate
the page number that is returned, the maximum number of item listings
to return per page, total number of pages that can be returned, and
the total number of listings that match the search criteria.

@property (nonatomic, retain) Finding_PaginationOutput *paginationOutput

Discussion

Indicates the pagination of the result set. Child elements indicate
the page number that is returned, the maximum number of item listings
to return per page, total number of pages that can be returned, and
the total number of listings that match the search criteria.

type : class Finding_PaginationOutput

Declared In

Finding_BaseFindingServiceResponse.h

searchResult

Container for the item listings that matched the search criteria.
The data for each item is returned in individual containers, if
any matches were found.

@property (nonatomic, retain) Finding_SearchResult *searchResult

Discussion

Container for the item listings that matched the search criteria.
The data for each item is returned in individual containers, if
any matches were found.

type : class Finding_SearchResult

Declared In

Finding_BaseFindingServiceResponse.h