Active
Project:
Amazon Product Advertisement API
Version:
7.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Dec 2012 at 18:19 UTC
Updated:
12 Mar 2013 at 22:25 UTC
Jump to comment: Most recent
Comments
Comment #1
tmorgan commentedThat is a valid but perhaps a misleading message. Check your error logs... you may likely see something like
Error retrieving Amazon item AWS.InvalidAccount, message: Your AccessKey Id is not registered for Product Advertising API. Please use the AccessKey Id obtained after registering at https://affiliate-program.amazon.com/gp/flex/advertising/api/sign-in.html.This is an AMAZON problem, not a module problem.
23 emails and counting. Amazon still have not provided a resolution. They have a whacko setup with 3 - 4 different IDs and account requirements. In my case, this is their latest non-helpful email.
Suggestions from others (not Amazon) would be most welcome.
Comment #2
miketitsch commentedI'm having the same problem. The documentation instructions are very clear concerning the setup leading to the test. "If it succeeds, you're all set!" No information concerning what to do when the test is failing.I do not have two Amazon accounts. I've given them my CC number, which was a surprising requirement, considering we are supposed to be using free services. I've also received a confirmation email about the account creation. No EAN or ASIN numbers work in the test for me. Either Amazon has recently changed something that affects this module's setup, or I'm not smart enough to do what a couple thousand other people using this module have done, apparently successfully.UPDATE:
I got it working. First, I want to mention something, although I have no idea if it matters. The documentation makes it seem as though signing up at both of these links is optional, that perhaps only the AWS link is required for signup.
http://aws.amazon.com/
I want to make it clear that I also signed up for the second link, the "you'll probably also want to..." link.
https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html
I was always signed up for both and it wasn't originally working. I just want it to be clear I had signed up for both, in case it matters.
At any rate, after I got the confirmation email stating my AWS account had been successfully confirmed. About every five minutes, I saved the Amazon API settings again and then ran the test. I never changed anything about the settings. I just resaved. After a half hour of doing this, it suddenly started working. It may be that it just takes a while for the account to actually become functional after you receive the confirmation email.
Comment #3
marcoka commentedThat ASIN you used looks wrong. Try this one B004GXQOM0
Comment #4
bwu2sfu commentedTried miketitsch's method -- turns out developers have to sign up advertising service as well to correctly retrieve product information from amazon product database. Thanks!