Closed (fixed)
Project:
Amazon Product Advertisement API
Version:
6.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2010 at 22:05 UTC
Updated:
27 Jan 2010 at 07:00 UTC
Tired to create an Amazon node for a Kindle item with ASIN of B000JQV2UM. On create get the following error message:
ASIN : No Amazon product with the ASIN "B000JQV2UM" could be located.
The product at Amazon exists and is easily called up by placing B000JQV2UM in the Amazon search field. I tried it with a couple of other Kindle ASIN's and got the same error.
Comments
Comment #1
rfayThe error message returned by Amazon ECS for this ASIN is:
Amazon error returned. Code=AWS.ECommerceService.ItemNotAccessible}, Message=This item is not accessible through ECS
Basically, if Amazon won't give it to us, we can't provide it.
And that's actually good, as amazon store module was having a lot of trouble with ECS providing links to things that couldn't be purchased.
Thanks,
-Randy
Comment #2
jarea commentedAhh - that was my bad as that was a free kindle product that I used for testing purposes. Would you mind trying it with this ASID: B003062GEE ? This one has a sales price of $9.99 and generates the same error message. The answer may be that all Kindle products are excluded from the ECS.
Comment #3
rfayI got the same message. You can do the same thing: go to /admin/settings/amazon/test and put in the ASIN. It will fail and give you a link to look at the log.
Really, since Kindle items cannot be delivered via ECS, it makes sense that they would not be advertising them there any more.
Comment #4
jarea commentedThanks - that clarifies things. I guess I won't try to sell Kindle products.