Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_GetBestOffersRequestType.h
Trading_GetBestOffersRequestType.m

Overview

Retrieves Best Offers.

@ingroup EBayAPIInterface

Tasks

  •   itemID

    The ID of the listing for which Best Offer information is to be returned.
    See the description of GetBestOffers
    for details related to who makes the request and how
    ItemID and BestOfferID can be omitted.

    property
  •   bestOfferID

    The ID of the Best Offer for which information is to be returned.
    See the description of GetBestOffers
    for details related to who makes the request and how
    ItemID and BestOfferID can be omitted.

    property
  •   bestOfferStatus

    This optional filter controls whether only active Best Offers are retrieved or
    all Best Offers (even Best Offers that were declined or all no longer the “best
    offer”). The “All” value can only be specified if an ItemID
    value is also supplied in the request.

    property
  •   pagination

    Specifies how to create virtual pages in the returned list (such as total
    number of entries and total number of pages to return).

    property

Properties

bestOfferID

The ID of the Best Offer for which information is to be returned.
See the description of GetBestOffers
for details related to who makes the request and how
ItemID and BestOfferID can be omitted.

@property (nonatomic, retain) NSString *bestOfferID

Discussion

The ID of the Best Offer for which information is to be returned.
See the description of GetBestOffers
for details related to who makes the request and how
ItemID and BestOfferID can be omitted.

type : NSString, wrapper for primitive string

Declared In

Trading_GetBestOffersRequestType.h

bestOfferStatus

This optional filter controls whether only active Best Offers are retrieved or
all Best Offers (even Best Offers that were declined or all no longer the “best
offer”). The “All” value can only be specified if an ItemID
value is also supplied in the request.

@property (nonatomic, retain) NSString *bestOfferStatus

Discussion

This optional filter controls whether only active Best Offers are retrieved or
all Best Offers (even Best Offers that were declined or all no longer the “best
offer”). The “All” value can only be specified if an ItemID
value is also supplied in the request.

type: string constant in Trading_BestOfferStatusCodeType.h

Declared In

Trading_GetBestOffersRequestType.h

itemID

The ID of the listing for which Best Offer information is to be returned.
See the description of GetBestOffers
for details related to who makes the request and how
ItemID and BestOfferID can be omitted.

@property (nonatomic, retain) NSString *itemID

Discussion

The ID of the listing for which Best Offer information is to be returned.
See the description of GetBestOffers
for details related to who makes the request and how
ItemID and BestOfferID can be omitted.

type : NSString, wrapper for primitive string

Declared In

Trading_GetBestOffersRequestType.h

pagination

Specifies how to create virtual pages in the returned list (such as total
number of entries and total number of pages to return).

@property (nonatomic, retain) Trading_PaginationType *pagination

Discussion

Specifies how to create virtual pages in the returned list (such as total
number of entries and total number of pages to return).

type : class Trading_PaginationType

Declared In

Trading_GetBestOffersRequestType.h