11 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
1k
views
Getting complete product information using Amazon Product API
I've just started with the Amazon Product Advertising API and I have to say the documentation is throwing me against walls. I'm using the PHP library to get basic item information.
The question I have,...
0
votes
0
answers
190
views
C# and Amazon Products API
Has anyone been able to successfully implement the Amazon Products API in C#?
This is a conversion of the PHP code sample on the scratchpad website.
I get this response:
{"Output":{"...
0
votes
1
answer
558
views
Use Aws4RequestSigner to sign PAAPI 5 Request
I'm trying to use Aws4RequestSigner in a VS2015 form to sign a search request to Amazon PAAPI.
https://www.nuget.org/packages/Aws4RequestSigner/
I get this response from the API:
{"__type":&...
1
vote
0
answers
324
views
Amazon Product Advertising API "The ItemId is not accessible through the Product Advertising API" but the product is still on the site
I am writing a wordpress plugin to check the availability of Amazon products.
I mostly do this through the use of their Product Advertising API (PAAPI5).
I know that the API not returning any offers ...
8
votes
1
answer
4k
views
Amazon Product API - Error! TooManyRequests on AMS ScratchPad
I was approved for the Amazon Product API, and am doing a couple test calls in ScratchPad, and it continually comes back with the error:
Error! TooManyRequests The request was denied due to request ...
5
votes
0
answers
3k
views
Amazon Product Advertising API v5 - How to retrieve different type of books (hardcopy, paperback, kindle... ) with one API call
I’m a developer for a company where we’re using Amazon's great product advertising API (PA-API) for a many years for fetching book information. We’re currently using the Java SDK and API v5.
Issue
We ...
0
votes
1
answer
281
views
How to JSON Serialize a Python Class Object? [duplicate]
My goal is to write the response I get from a call to Amazon's Product Advertising API to a file in JSON format.
I call the API using
response = default_api.search_items(search_items_request)
I ...
1
vote
1
answer
628
views
Saving Amazon PA API response to JSON file using Python SDK
I am calling the Amazon Product Advertising API in Python to get data for certain products: https://webservices.amazon.com/paapi5/documentation/quick-start/using-sdk.html.
I import the API with:
from ...
2
votes
0
answers
616
views
How to Call Amazon Product Advertising API 5 from R?
I want to call Amazon product advertising API from R. Given below is the quick guide of pa API 5.
https://webservices.amazon.com/paapi5/documentation/quick-start/using-curl.html
I tried to do the way ...
0
votes
1
answer
674
views
Available Node Package Module that supports amazon product api version 5.0 [closed]
Amazon recently published its Amazon Product Advertising API v5.0 for Amazon Affiliate Program. From 31st October 2019, previous version 4.0 of API will be taken down and only v5.0 will be supported ...
2
votes
2
answers
3k
views
Amazon Product API error 429: how to optimize performance and reliability for batch requests?
I'm getting this annoying error 429 for too many requests while sending multiple requests. What's even more disgusting is it limits amount of product to 10 per request as it seems.
So I have a code ...