Title: SOAP API wrapper library.
Description: Contains wrapper classes for eBay SOAP APIs.
Copyright: Copyright (c) 2009
Company: eBay Inc.
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. 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. 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. Pagination
- Specifies how to create virtual pages in the returned list (such as total number of entries and total number of pages to return). ReturnedBestOffers
- All Best Offers for the item according to the filter or Best Offer id (or both) used in the input. The buyer and seller messages are returned only if the detail level is defined. Includes the buyer and seller message only if the ReturnAll detail level is used. Only returned if Best Offers have been made. ReturnedItem
- The item for which Best Offers are being returned. Only returned if Best Offers have been made. ReturnedItemBestOffersArray
- A collection of details about the Best Offers received for a specific item. Empty if there are no Best Offers. ReturnedPageNumber
- Specifies the number of the page of data to return in the response. Default is 1 for most calls. For some calls, the default is 0. Specify a positive value equal to or lower than the number of pages available (which you determine by examining the results of your initial request). See the documentation for other individual calls to determine the correct default value. For GetOrders, PageNumber is only applicable to Half.com (is not applicable to eBay.com). ReturnedPaginationResult
- Provides information about the data returned, including the number of pages and the number of entries.
@author Ron Murphy
@version 1.0
|
|
|
|
|
|