Questions tagged [amazon-advertising-api]

Amazon offers professional sellers the opportunity to advertise their products on Amazon. The API allows you to programmatically manage Sponsored Products campaigns, ad groups, ads, keywords, bids, and budgets. In addition, detailed reporting for Sponsored Products and Headline Search Ads allows you to pull performance data to analyze sales and investments.

Links:

  1. Documentation

  2. GitHub

  3. Get API access

102 questions
1
vote
1 answer

Amazon Advertising API for Sponsored Brands / Sponsored Products - is it possible to get report older than 60 days?

I'm getting campaigns/adGroups reports from Sponsored Brands/Sponsored Products Amazon Advertising API. When I select reportDate older than 60 days, I'm getting the error "Report date is too far in the past. Reports are only available for 60 days."…
ela
  • 11
  • 3
1
vote
1 answer

how to get around amazon product advertising API request maximum

i am using the amazon API product description in order to get price lists for specific items in their database. however after getting a few thousand items i am getting: System.ServiceModel.ServerTooBusyException was unhandled Message="The HTTP…
baiapooped
  • 185
  • 4
  • 13
1
vote
1 answer

R Requests Login to Login With Amazon to get Access Token for Amazon Advertising API

I am trying to build out a shiny web app on the localhost. I am using R and trying to access the Amazon advertising API. The documentation is on this site https://advertising.amazon.com/API/docs/en-us/setting-up/generate-api-tokens I am not sure…
1
vote
1 answer

Http 500 Internal Server Error with Amazon Product Advertising API

I am trying the Amazon Product Advertising API, following their tutorial here. Before doing any coding, I am attempting to follow the tutorial and use the Signed Requests Helper form online to prove the concept. I enter in my Access Key ID and…
barkside
  • 3,951
  • 4
  • 23
  • 32
1
vote
1 answer

Unable to decode Amazon Advertising API downloaded report

I am having issues with the amazon advertising api. I am using a nodejs library (https://github.com/humanstupidity/amazon-advertising-api) to fetch a report from amazon which returns me a body that seems to be in binary but I am not able to make it…
Jamal
  • 229
  • 2
  • 5
1
vote
0 answers

Amazon API connection issue with wordpress website

I am trying to connect my amazon api with my wordpress website using aawp plugin but getting this error again and again: TooManyRequests: The request was denied due to request throttling. Please verify the number of requests made per second to the…
1
vote
0 answers

Amazon advertising API sponsored brands ( /sb/ previously /hsa/)

I am following the official documentation and I can see that sponsored brands has the following endpoint: https://advertising-api-test.amazon.com/v2/sb/campaigns (I suppose it was https://advertising-api-test.amazon.com/v2/hsa/campaigns in the…
1
vote
0 answers

Getting Amazon Spronsored Brands Campaigns via API

I have a client who is using Sponsored Brands (sb) campaigns and some of the campaigns have a type of Sponsored Brands Manual targeting - Video For some reason the API doesn't return this type of campaigns when fetching via v3 GET /sb/campaigns or…
1
vote
1 answer

Amazon Advertising API: ASINs report request returns " Filter type is null"

I try to get a ASINs report from the Amazon Advertising API. I created a POST request to https://advertising-api-test.amazon.com/v2/asins/report Request - Headers: I am sure the headers are correct (including Authentication) because other similar…
tector
  • 977
  • 1
  • 8
  • 31
1
vote
0 answers

Get access to product advertising api as a developer when you have "coming soon" website

I want to get credentials to use the Amazon product api for a project im working on, and to do that I need to open an Associates account. When opening associates account they asked for a link, so I created a coming soon website in wix and gave this…
user804968
  • 161
  • 1
  • 1
  • 14
1
vote
1 answer

How to get Amazon marketing services (AMS) sponsored campaign programmatically?

Greetings!! The goal is to get Amazon Marketing service(AMS) sponsored product campaigns through Sponsored products API(If possible). And please suggest if there is any different set of apis for AMS sponsored campaigns. I have follow all the…
Jimmy
  • 1,719
  • 3
  • 21
  • 33
1
vote
1 answer

Product advertising API not working

I just joined as associate program in amazon product advertising api. I am able to run query in scratchpad but while in Coding it is giving error. Please give me any suggestion where I am getting wrong. I am using Node.JS for this. const…
Voora Tarun
  • 1,266
  • 1
  • 20
  • 38
1
vote
1 answer

How can we sort "Reviews" by date returned from Product Advertising API?

I'm using Product Advertising API for fetch product reviews by ASIN. Its good. But can we sort product reviews by "Date". Because I want to display latest review on the top. Is that possible? Can anybody help me, I stuck here from last few days.…
Surinder kumar
  • 340
  • 3
  • 12
1
vote
1 answer

Caching Amazon api data once a day

I created a plugin to get some info from Amazon though Amazon product advertising API. My function returns an array of info that I would like to cache once a day based on the keywordk used in the itemsearch (I use a shortcode in the content to…
Zioprog
  • 11
  • 4
1
vote
2 answers

How to retrieve all valid 'ProductGroup's with Amazon Product Advertising API

I need to retrieve all the valid "ProductGroup"s an Amazon product can have to match it with my website categories. Unfortunately I haven't been able to retrieve this list both using the API or browsing the Amazon website as per the docs that…
Federico Stango
  • 548
  • 5
  • 21