Service/Amazon.php
- Classes
- Kwf_Service_Amazon
\Kwf_Service_Amazon
- Extends from
- \Zend_Service_Amazon
- Methods
- __construct
- browseNodeLookup
- itemLookup
- itemSearch
Methods
__construct
__construct(
$appId
=
null, $countryCode
=
DE, $secretKey
=
null
)
:
Arguments
- $appId
- $countryCode
- $secretKey
Details
- visibility
- public
- final
- false
- static
- false
browseNodeLookup
browseNodeLookup(
$nodeId, array $options
=
array
)
:
\Kwf_Service_Amazon_BrowseNode
Look up item(s) by ASIN
Arguments
- $nodeId
- $options
- array
Query Options
Details
- visibility
- public
- final
- false
- static
- false
- see
- http://docs.amazonwebservices.com/AWSEcommerceService/2011-08-01/ApiReference/BrowseNodeLookupOperation.html
- throws
itemLookup
itemLookup(
string $asin, array $options
=
array
)
:
\Kwf_Service_Amazon_Item|\Kwf_Service_Amazon_ResultSet
Look up item(s) by ASIN
Arguments
- $asin
- string
Amazon ASIN ID - $options
- array
Query Options
Details
- visibility
- public
- final
- false
- static
- false
- see
- http://www.amazon.com/gp/aws/sdk/main.html/102-9041115-9057709?s=AWSEcommerceService&v=2011-08-01&p=ApiReference/ItemLookupOperation
- throws
itemSearch
itemSearch(
array $options
)
:
\Kwf_Service_Amazon_ResultSet
Search for Items
Arguments
- $options
- array
Options to use for the Search Query
Details
- visibility
- public
- final
- false
- static
- false
- see
- http://www.amazon.com/gp/aws/sdk/main.html/102-9041115-9057709?s=AWSEcommerceService&v=2011-08-01&p=ApiReference/ItemSearchOperation
- throws