-
I have the following method in a controller:
```
public function add()
{
$product = Amazon::lookup('B004VLKY8M')->json();
return $product;
}
```
and I'm getting a Class 'App…
-
Example: http://www.amazon.com/gp/offer-listing/1935703013/ref=olp_f_freeShipping?ie=UTF8&f_new=true
Best price is $7.45 including delivery.
amazon-product-api is return "Amount": [ "580"
e.g…
-
I didn't see instructions on how to set the Locale. Can I do:
```
var client = AmazonShopping.createClient({
awsId: "AKIAIZWLasdfasdfasdfasdfd",
awsSecret: "yzOAltW4asdfasdfasdf"…
-
Hey there,
Great work on the library! It makes working with the Product Advertising API so much nicer than by hand! Thanks. =)
I'm seeing one small bug: returned item URLs seem to be incorrectly URL…
-
The MerchantId parameter can be used by multiple operations: ItemSearch, ItemLookup and SimilarityLookup. Would be nice to get a setter for this.
> An optional parameter that can be used to filter se…
-
Hi,
Thanks for creating this client, I am trying to fetch product by `UPC` by following the example here:
``` javascript
client.itemLookup({
idType: 'UPC',
itemId: '884392579524'
}).then(functio…
-
I ran a mocha test and everything seems to break.
When I plugged in my credentials from Amazon, I don't get an error but I get results = undefined.
node v0.12.4
amazon-product-api v0.3.4
-
Hi Justin,
Thanks for the great tool! Is it possible to add ISBN (10 and 13) to the list of properties returned in the JSON?
Thanks,
Paul
-
Can we get support for the Merchant ID for itemLookup?
http://docs.aws.amazon.com/AWSECommerceService/latest/DG/ItemLookup.html
-
Would it be too much effort to add BrowseNodeLookup? This is a method I need to call. I'm a .NET developer and am just starting out with Node.js. I would do it myself but it may be a little too time c…