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

 

An international location or region to which the seller is willing to ship the item.

$shipToLocations : array<mixed,string>

Default

Returned only for items that have shipToLocations specified.

link http://developer.ebay.com/DevZone/finding/CallRef/Enums/shipToLocationList.html
 

The basic shipping cost of the item.

$shippingServiceCost : float

Default

 

The shipping method that was used for determining the cost of shipping.

$shippingType : string

Default

For example: flat rate, calculated, or free. The seller specifies the available shipping services when they list the item.

Applicable values:

Calculated
The calculated shipping model: The posted cost of shipping is based
on the buyer-selected shipping service, chosen by the buyer from the
different shipping services offered by the seller. The shipping costs
are calculated by eBay and the shipping carrier, based on the buyer's
address. Any packaging and handling costs established by the seller
are automatically rolled into the total.

CalculatedDomesticFlatInternational
The seller specified one or more calculated domestic shipping
services and one or more flat international shipping services.

Flat
The flat-rate shipping model: The seller establishes the cost of
shipping and any shipping insurance, regardless of what any
buyer-selected shipping service might charge the seller.

FlatDomesticCalculatedInternational
The seller specified one or more flat domestic shipping services and
one or more calculated international shipping services.

Free
Free is used when the seller has declared that shipping is free for
the buyer.

FreePickup
No shipping available, the buyer must pick up the item from the
seller.

Freight
The freight shipping model: the cost of shipping is determined by a
third party, FreightQuote.com, based on the buyer's address (postal
code).

FreightFlat
The flat rate shipping model: the seller establishes the cost of
freight shipping and freight insurance, regardless of what any
buyer-selected shipping service might charge the seller.

NotSpecified
The seller did not specify the shipping type.
 

$_attributes

$_attributes : array

Default

array()
 

$_dom

$_dom : \DOMElement

Default

 

$_xPath

$_xPath : \DOMXPath

Default