question

youhei-dj avatar image
youhei-dj asked

Can I buy books, in Amazon Associates API

Hi. I want to make App ,that can buy books in Amazon Associates API. then I tryed. OfficeProducts,HomeGarden..etc category's item can bought item, in test mode. but books category's item is failed, in test mode. what did you mean?
mobile associates
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

tkoba@amazon avatar image
tkoba@amazon answered
Hi, You should be able to search and buy books using Mobile Associates API even in a test mode. So did you try to search by category as "Books" and did not get any result? If that is the case, could you double check your "amazon.sdktester.product.json" file and make sure your test items are under "Books" for category.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

youhei-dj avatar image
youhei-dj answered
>>You should be able to search and buy books using Mobile Associates API even in a test mode. I tryed it. to search book is success. but to buy book is failed.. and not a generic product page . Faling back to interactive mode. >>So did you try to search by category as "Books" and did not get any result? yes. I tryed. My json File is this. { "B00MHB783M": { "productType":"PHYSICAL", "brand" : "Amazon", "category": "Books", "rating": 5, "title":"Kindle Paperwhite BOOK", "description":"TEST", "price":{"currency":"USD", "value":483}, "image" : {"width":150, "height":150, "url":" http://g-ecx.images-amazon.com/images/G/01/kindle/dp/2012/KC/KC-slate-03-lg._V400694812_.jpg"} } } Is this wrong? ather category's item is success.but book category's item is failed. please help me..
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

tkoba@amazon avatar image
tkoba@amazon answered
The ASIN(B00MHB783M) that you pasted in your json file is not a book item. It is a software download item( http://www.amazon.com/dp/B00MHB783M/) which is currently not available to use for In-App Storefront (only physical item is available ). Could you please confirm on that.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.