a webservice offered by Amazon to access product data

learn more… | top users | synonyms

0
votes
0answers
7 views

Amazon product Api ~ Relationship between SearchIndex and ProductGroup?

I am currently using the amazon advertising api and I understand how you can specify the SearchIndex to tailor the results by index/department. (SearchIndex = All, Books, Toys, Kitchen, etc) In the ...
0
votes
1answer
22 views

Calculate an RFC 2104-compliant HMAC with the SHA256 hash algorithm in ruby

I was going through the Amazon Product Advertising API REST signature docs and I got stuck at #8 Calculate an RFC 2104-compliant HMAC with the SHA256 hash algorithm using the string above with ...
1
vote
0answers
27 views

Perl access to Amazon marketplace offers via the product API

I need to use the Amazon Product API via perl to get a list of third party new and used (marketplace) offers given an ASIN. I need to be able to see prices and whether each offer is fulfilled by ...
0
votes
1answer
41 views

Python Amazon Product API: Module not found error

I'm trying to wrap my head around the amazon advertising api. I installed both lxml and python-amazon-product-api. I get the following error (code to follow): No module named amazonproduct. In [1]: ...
0
votes
0answers
36 views

Amazon Product Advertising API SOAP ItemLookup by SKU with spaces

I'm trying to use the Amazon Advertising API (SOAP version in .NET). The ItemLookup function works fine on SKUs except when they contain spaces. I've tried replacing them with %20 and + and removing ...
0
votes
0answers
29 views

purchasing an item using amazon product api

I am have a web-site which is music related. I am providing links to several items which I would like to give links for purchasing them on Amazon. I am using amazon-product-api and I am able to get ...
0
votes
1answer
42 views

Is there any way to retrieve Amazon product code?

I am trying to display the amazon products of a specific category on my website using amazon product advertising api. I am writing code is asp.net. I am being able to successfully retrieve its price, ...
1
vote
3answers
49 views

Amazon Product API - Checkout

Is it possible to checkout directly on my website using Amazon checkout (or another checkout such as paypal), without being redirected to the Amazon website?
0
votes
0answers
40 views

Yii framework and Amazon Product API

What is the best way of utilising amazon Product API with the Yii framework? Is it possible to integrate this API as a model into a Yii app? How would I call this API's functions from the controller? ...
0
votes
1answer
197 views

Amazon Product Advertising API Top Seller response group does not return other item attributes

I've been using this code: defined('AWS_API_KEY') or define('AWS_API_KEY', 'AGGAVZCVASDG123A'); defined('AWS_API_SECRET_KEY') or define('AWS_API_SECRET_KEY', '132131235151asdfaGFfasdf'); ...
0
votes
1answer
92 views

Amazon Product API not respecting ResponseGroups

I'm trying to get all products priced between 12.50 and 11.50. I'm using Node-APAC for my requests to the Amazon Product API. Here's my code for a request: exports.search = function(req, res){ ...
0
votes
1answer
96 views

How to specify what Amazon Product API returns

I need my application to be fast so I want to specify exactly what I want in the response rather than having tons of superfluous information in there. I know about ResponseGroups but there isn't a ...
0
votes
1answer
82 views

How can I use the Amazon Product Advertising API to pull books' genres and age levels?

My school's small library is completely unorganized, and I'm in charge of fixing it. I want to sort the books by genre and age level, both of which are on regular locations in Amazon's product pages ...
0
votes
0answers
123 views

Find products by specifications with Amazon Product Advertising API

I am trying to find smartphones with the amazon product advertising api. http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl On the amazon website you can set various filters ...
0
votes
0answers
88 views

Amazon Product Advertising API Listing PHP [closed]

I'm using Amazon Product Advertising API to show products list as a showcase, but the API provides the data in XML format, so is there any existing free implementation so I can use and edit it(to save ...
0
votes
0answers
75 views

Amazon Product Advertising API - How to search for other countries?

I need to search for a product based on barcode, keyword or ASIN - and show the results from amazon.co.uk, amazon.com, amazon.de and amazon.fr (UK, USA, Germany and France).
0
votes
0answers
127 views

Amazon Instant Video API Sort

I want to use the amazon instant video api to retrieve videos sorted by date(most recent). Currently if I use the sort param and use 'daterank', it works however it gives the oldest videos first, I ...
2
votes
1answer
174 views

Amazon Product Advertising API, how to tell if product is supplied by Amazon

I'm using the Amazon Product Advertising API to get products for my site. I need to be able to tell if the new items in the response are coming from Amazon or from a third party. It appears that until ...
0
votes
0answers
45 views

Given an ASIN, is there a reliable way to determine which search index that product is in?

I have the ASIN of an Amazon product but not which SearchIndex it's in, and I would like to use ItemSearch to find other products by the same Manufacturer. In order to do this, I need the SearchIndex ...
0
votes
1answer
263 views

Using itemlookup in Amazon Product API with php

All I want is something like the following returned on the same page: Save 8.91% Retail Price: $599.00 Price: $549.99 Total Savings: $49.01 Because I don't know PHP very well I ...
0
votes
0answers
104 views

Is it possible to get all merchant offers in a specific product in Amazon Product Advertising API in PHP?

Currently I'm using this API Product Advertising API, And I noticed I only get one or two merchants from my result. And it is not right. Is there anyone there who has experience in this? Please help! ...
0
votes
1answer
178 views

Why is ItemSearch in Amazon's Product Advertising API returning invalid XML?

The Amazon Product Advertising API appears to be fatally buggy and I'm wondering if it's just me, and if there's any work around for this apparent bug. When I present the following parameters to the ...
2
votes
1answer
451 views

Why is ItemLookup not returning any price information even when requesting all 3 offer groups?

I am using the Product Advertising API to do an ItemLookup on a valid ASIN, requesting all three flavors of offer groups, and I am not getting back any price information. Yet when I look at the same ...
2
votes
0answers
36 views

Getting Feedback on purchase from Amazon

I'm trying to somehow get a feedback on an affiliate link to a product on amazon. So the link would include a parameter (username) so that I would know which user (that is logged into my website) has ...
0
votes
1answer
233 views

Java SOAP - Product Advertising API - Response Empty

I've created a Search-Request to the amazon product API but it's response is empty. Can you give me a hint what's wrong with my code? Code: String awsAccessKeyID = "<AWS-KEY>"; String test = ...
2
votes
1answer
276 views

how to get the amazon product price using its name

am sorry if it is considered duplicate, but i've tried all python modules that can communicate to Amazon API, but sadly, all of them seems to require the product ID to get the exact price! and what i ...
3
votes
1answer
165 views

Accuracy with Amazon Product API and multiple potential categories

i'm using codeigniter alongside this Amazon ECS class — https://github.com/Exeu/Amazon-ECS-PHP-Library the problem i'm running into is that people could put any number of things in to our app that ...
0
votes
0answers
183 views

Amazon Product Advertising API Stock Information

I am using ItemLookup API method to look for pricing and quantity information about a product. I pass in the ASIN of the product and it returns me Item Attributes and Offers information. What I am ...
3
votes
1answer
224 views

Amazon Product Advertising API - Item Not Accessible

When I'm trying to do a lookup against B001F7AHOG, an Apple Ipod, I'm getting the error: This item is not accessible through the Product Advertising API. Anyone know why this is and if there is a ...
0
votes
2answers
299 views

Java REST request to Amazon Product Advertising API failing

I want to search for a product using the Amazon Product Advertising API. I have started taking the Java example code to do a search for a product (com.advertising.api.sample). Compiles and runs ...
1
vote
1answer
739 views

Javascript: Equivalent of PHP's hash_hmac() with RAW BINARY output?

I am connecting to the Amazon Product Advertising API, and to sign my request I need to base64-encode the raw binary output of an HMAC-SHA256 hash. In the PHP documentation for hash_hmac, the fourth ...
8
votes
1answer
561 views

Amazon Video on Demand API

I'm trying to write a C#/.NET application that can get results from Amazon's VoD service. I found this article: Amazon API - Instant Video results It suggests that I use the Amazon Product ...
0
votes
2answers
98 views

Python Amazon Product API Constant socket.timeout errors

I'm using the Amazon product API for Python, and I'm constantly getting errors like: File "/usr/local/lib/python2.7/dist-packages/amazonproduct/paginators.py", line 47, in __iter__ yield ...
0
votes
1answer
510 views

How might one use the Amazon Product API to get a list of unreleased items?

This one's been giving me a headache for a while now. There is one similar question around here, but it's somewhat ambiguous and appears to be unresolved. I would like to use Amazon's product API to ...
0
votes
0answers
70 views

Amazon Product Advertising API for Textbook Rental

Amazon recently announced Textbook Rental program. Last update of Product Advertising API was on Jul 26, 2011 2:10 AM GMT, more then year ago :( Does anybody knows something about API for this ...
0
votes
1answer
633 views

Amazon Advertising API ItemSearch: Get more than 10 pages / 100 results?

I'm trying to use the Python wrapper for the Amazon Advertising API (http://pypi.python.org/pypi/python-amazon-product-api/), but when I try to do an ItemSearch and try to access the 11th page, I get ...
2
votes
1answer
291 views

Ruby on Rails: How do I use a Gem? (Vacuum Amazon API)

I found an Amazon Gem that I want to use https://github.com/hakanensari/vacuum/. I've only ever used gems with in depth tutorials or following a RailsCast. I'm looking for tips on using gems I find ...
0
votes
0answers
155 views

Getting a product list from Amazon amazon-product-api [closed]

I am developer and working with Amazon API . I need to get list of Products for All categories and then want to insert it in database. How can I get a list from Amazon? Your help is appreciated. ...
2
votes
4answers
898 views

Amazon Product Advertising API Signature in iOS

I am trying to access Amazon's Product Advertising API in my iOS application. Creating the signature seems to be the tough part. On this page: ...
5
votes
1answer
165 views

How to interact with Amazon bought items?

I would like to synchronize our library management system (OLIB) with our Amazon's account in order to keep track of our bought eBooks. Is that even possible? The closest I've got is Amazon's Product ...
2
votes
2answers
1k views

Amazon Product Advertising API C#

Can somebody tell me C# excample of using Amazon Product Advertising API, for example to lookup item. All i found is not working now because of changes. Thanks! edit: the most popular error is ...
3
votes
2answers
383 views

How can I get the parent ASIN of an item?

To get the variations of an item, we need to pass the ASIN of its parent item. But given a child item, is it possible to get the parent ASIN via the Amazon Product Advertising API?
0
votes
1answer
178 views

Finding related images in the Amazon Product Advertising API

Is there a way of requesting Related Images like the Amazon website shows of certain products? I wanted to get the images so that I can mirror the functionality in my own retail client. The Images ...
2
votes
1answer
564 views

Amazon Product Advertising API ItemSearchRequest

I am using Amazon's Product Advertising API to search for products and it works out well. I get results I need. However, when I search for "Bishoujo Catwomen", instead of getting records whose title ...
3
votes
2answers
317 views

Is it possible to generate an AWS access key via IAM for use with the Product Advertising API?

I like using IAM (Identity and Access Management) to create users/groups with specific permissions for specific purposes. The Product Advertising API requires use of an access key (request param is ...
1
vote
3answers
148 views

Determine if a chain of keys is existant in hashes

I'm writing some ruby code that goes to the value of a hash of a hash of a hash.... amz_price_info.raw["Offers"]["Offer"]["OfferListing"]["Price"]["FormattedPrice"] I want to access this code only ...
0
votes
1answer
823 views

Amazon AWS Itemsearch - Using Keywords to Search in Product Title Only

Does anyone know how to target the Amazon AWS ItemSeach so that it searches in the product title only? I'm using keywords but the results returned are only vaguely related. This example searches for ...
2
votes
1answer
362 views

Why has my XSLT style suddenly stopped parsing the Product Advertising API XML response?

Can anyone tell me why this xslt file is not parsing the sample xml file I've attached? It has been working for a couple of years but it has suddenly stopped. Without the stylesheet the xml file ...
1
vote
1answer
298 views

Amazon Product API: How to access list of new releases

Amazon has a terrifically useful search functionality where you specify the 'node' id and 'field-date' in order to retrieve the new releases of that particular day. You can even specify what artist ...
1
vote
2answers
288 views

Why am I getting the wrong signature for the Amazon Product Advertising API?

I'm following the directions on the API documentation precisely, and after some frustration I finally put together something directly from their examples on ...

1 2 3