amazon-product-api Questions

6

Solved

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 four...
Venomous asked 23/8, 2012 at 19:59

3

Solved

This question refers to affiliate marketing, but really is a generic question about intercepting hyperlinks before they go off to another site, where you can log visitor activity to a database. My...
Passifloraceous asked 8/12, 2010 at 5:12

2

I have a tracking number from Amazon that starts with TBA that I'd like to track via their API. I've seen their getPackageTrackingDetails endpoint but it takes an integer as input and I get an erro...
Implead asked 28/8, 2021 at 18:3

1

Ok so Im already an affiliate of amazon. I'm dynamically generating links based on results from their API. Im trying to put the customer in front of a permission to add an item to their cart. I hav...
Heartwood asked 2/9, 2012 at 0:15

2

I've been investigating whether it's possible to get a list of the saved items in my Amazon shopping basket programmatically. Their Product Advertising API has methods for getting wishlists descri...
Hyperesthesia asked 1/4, 2010 at 14:1

1

I want to use selling-partner-api-docs for .Net . I found one reference from below url but that is use Java example coding : https://github.com/amzn/selling-partner-api-docs/blob/main/guides/use-ca...
Coast asked 3/11, 2020 at 13:54

3

I need to do Amazon PA API Migration on March. I'm trying to find a Maven public repository where is published the 'PA API 5.0 sdk'. This is the official documentation : link It says : Download...
Franconian asked 22/2, 2020 at 8:57

0

I use Amazon product API 5 and want to retrieve products with description. In the old version this was possible with itemlookup. In the new version there is only getitem. But this does not provide ...
Trestlework asked 15/2, 2020 at 14:36

3

Solved

I'm getting this error "ImportError: No module named lxml" Even though LXML Is definitely installed. Specifically it's installed within the python Virtualenv for the project. and ultimate...
Hyperphysical asked 19/11, 2014 at 3:3

1

I am trying to automate the purchase of products listed on Amazon.com in Python. We would like to make 1-click purchase with the saved payment details. I understand Zinc enables the automated pro...

3

I am trying to produce a signature for the Amazon Product Advertising API, been at it a few hours and am still getting a 403 - could anyone have a quick look at the code and tell me if I am doing a...
Orderly asked 26/2, 2015 at 23:55

6

When using Amazon's web service to get any product's information, is there a direct way to get the Average Customer Rating (1-5 stars)? Here are the parameters I'm using: Service=AWSECommerceServi...
Hasp asked 26/11, 2011 at 15:34

1

I feel like I must be missing something incredibly simple here, but I can't seem to figure out how to get a product's name alone from the Product Advertising API. For instance, if I go to look at t...
Highbred asked 24/2, 2012 at 17:55

5

Solved

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 i...
Tynishatynwald asked 13/3, 2012 at 17:51

3

Solved

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 our...
Ecbatana asked 17/5, 2013 at 0:8

5

Solved

How can I get all amazon products from an existing category? With the API, I can browse 10 pages and get for each page 10 products. The category has 502348 products, and I would like to get them...
Tooley asked 16/10, 2011 at 21:14

2

Solved

I need to be able to get a listing of all offers for a product using the amazon API. This is the request I'm sending: http://webservices.amazon.com/onca/xml?Service=AWSECommerceService&Operatio...
Khedive asked 7/1, 2013 at 22:7

4

Solved

I am creating a games comparison website and would like to get Amazon prices included within it. The problem I am facing is using their API to get the prices for the 25,000 products I already have....
Gnathic asked 10/3, 2016 at 8:44

3

I have searched how to use Amazon Product Advertising API and now I am able to search different product using Amazon Product Advertising API and it is working fine. But as I know we can get only am...
Unassailable asked 16/2, 2012 at 8:17

8

Solved

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: http://docs.amazonwebservices.com/AWSECommerceService/...
Legitimist asked 7/6, 2012 at 21:39

5

Solved

I would like to use R to send requests to the Amazon Product API service. Is there a way to authenticate and query the Amazon Product API with R without getting the following error: "The request ...
Unpin asked 24/11, 2011 at 2:39

6

Solved

I have a perplexing problem. I have used mac version 10.9, anaconda 3.4.1, python 2.7.6. Developing web application with python-amazon-product-api. i have overcome an obstacle about installing lxml...
Estevan asked 19/4, 2014 at 16:15

7

Solved

I try to get prices of an ASIN number with the Amazon Product Advertising API. Code: $artNr = "B003TKSD8E"; $base_url = "http://ecs.amazonaws.de/onca/xml"; $params = array( ...
Hoe asked 29/11, 2011 at 1:34

3

Solved

I'm trying to create a small application that interacts with the Product API of Amazon (get prices of articles, and so on) Unfortunately all the C# samples for the interaction with the Amazon WCF s...
Foofaraw asked 22/12, 2011 at 16:13

2

Solved

As of August 15, Amazon made it compulsory to sign all requests made to their Product Advertising API. I thought I had got everything working just fine but when the 15th finally came around, my web...
Camelliacamelopard asked 21/8, 2009 at 7:38

© 2022 - 2024 — McMap. All rights reserved.