category Zend
package Zend_Service
subpackage Ebay
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
uses
inherited_from \Zend_Service_Ebay_Finding_Abstract

 Methods

__construct()

__construct(\DOMElement $dom) : void
Inherited

Parameters

$dom

\DOMElement

attributes()

attributes(string $tag, string $attribute = null) : mixed
Inherited

Parameters

$tag

string

$attribute

string

Returns

mixed

getDom()

getDom() : \DOMElement
Inherited

Returns

\DOMElement

getXPath()

getXPath() : \DOMXPath
Inherited

Returns

\DOMXPath

Initialize object.

_init() : void

Post construct logic, classes must read their members here. Called from __construct() as final step of object initialization.

inherited_from \Zend_Service_Ebay_Finding_Abstract::_init()

Initialize object.

_init() : void
Inherited

Post construct logic, classes must read their members here. Called from __construct() as final step of object initialization.

Load DOMXPath for current DOM object.

_initXPath() : void
Inherited
see

_query()

_query(string $path, string $type, string $array = false) : mixed
Inherited

Parameters

$path

string

$type

string

$array

string

When true means it expects more than one node occurence

Returns

mixed

 Properties

 

Shows whether or not the seller will accept a best offer for the associated item.

$bestOfferEnabled : boolean

Default

Best Offer allows a buyer to make a lower-priced binding offer on a fixed price item. Buyers cannot see how many offers have been made (only the seller can see this information). To make a best offer on a listing, use the eBay Web site.

 

Used with competitive-bid auctions, the associated item includes a Buy It Now option if this value returns true.

$buyItNowAvailable : boolean

Default

Buy It Now lets a user purchase the item at a fixed price, effectively ending the auction. On most sites, the Buy It Now option is removed (and this value returns false) once a valid bid is made on the associated item (a valid bid could be a bid above the reserve price).

 

The Buy It Now Price of the item (if any), in the currency of the site on which the item was listed.

$buyItNowPrice : float

Default

You can use this field to determine if the item was originally listed with Buy It Now, even if the Buy It Now option is no longer available for the item.

For Basic Fixed-Price (FixedPrice), Store Inventory (StoreInventory), and Ad Format (AdFormat) listings, currentPrice is the current fixed price.

Only returned if an item was listed with Buy It Now.

 

The listing's Buy It Now Price (if any), converted into the currency of the site to which you sent your search request.

$convertedBuyItNowPrice : float

Default

For active items, refresh this value every 24 hours to pick up changes in conversion rates (if this value has been converted).

Price fields are returned as doubles, not necessarily in the traditional monetary format of the site's country. For example, a US Dollar value might be returned as 3.880001 instead of 3.88.

Only returned if an item was listed with Buy It Now.

 

Time stamp specifying when the listing is scheduled to end, or the actual end time if the item listing has ended.

$endTime : integer

Default

This value is returned in GMT, the ISO 8601 date and time format (YYYY-MM-DDTHH:MM:SS.SSSZ). See the "dateTime" type for information about the time format, and for details on converting to and from the GMT time zone.

 

If true, a generic gift icon displays next the listing's title in search and browse pages.

$gift : boolean

Default

 

The format of the listing, such as online auction, fixed price, or advertisement.

$listingType : string

Default

Applicable values:

AdFormat
Advertisement to solicit inquiries on listings such as real estate.
Permits no bidding on that item, service, or property. To express
interest, a buyer fills out a contact form that eBay forwards to the
seller as a lead. This format does not enable buyers and sellers to
transact online through eBay and eBay Feedback is not available for
ad format listings.

Auction
Competitive-bid online auction format. Buyers engage in competitive
bidding, although Buy It Now may be offered as long as no valid bids
have been placed. Online auctions are listed on eBay.com; they can
also be listed in a seller's eBay Store if the seller is a Store
owner.

AuctionWithBIN
Same as Auction format, but Buy It Now is enabled. AuctionWithBIN
changes to Auction if a valid bid has been placed on the item. Valid
bids include bids that are equal to or above any specified reserve
price.

Classified
Classified Ads connect buyers and sellers, who then complete the sale
outside of eBay. This format does not enable buyers and sellers to
transact online through eBay and eBay Feedback is not available for
these listing types.

FixedPrice
A fixed-price listing. Auction-style bidding is not allowed. On some
sites, this auction format is also known as "Buy It Now Only" (not to
be confused with the Buy It Now option available with
competitive-bidding auctions). Fixed-price listings appear on
eBay.com; they can also be listed in a seller's eBay Store if the
seller is a Store owner.

StoreInventory
A fixed-price format for eBay Store sellers. Store Inventory listings
appear after other listings in regular browse and search item
listings on eBay. Store items have a lower Insertion Fee and longer
listing durations. This selling type can only be specified by sellers
who have an eBay Store. Store Inventory listings are listed on
eBay.com as well as in the seller's eBay Store.
 

Time stamp that eBay recorded as the moment the listing was made available.

$startTime : integer

Default

This value is returned in GMT, the ISO 8601 date and time format (YYYY-MM-DDTHH:MM:SS.SSSZ). See the "dateTime" type for information about the time format, and for details on converting to and from the GMT time zone. Note that it is possible for startTime to be different from the value returned by GetSingleItem.

 

$_attributes

$_attributes : array

Default

array()
 

$_dom

$_dom : \DOMElement

Default

 

$_xPath

$_xPath : \DOMXPath

Default