Low number of prices returned by Amazon XML API

Occataideathe

New Member
I am implementing Product Advertising API (API Version 2011-08-01)Amazon ItemLookup DocumentationI am trying to get all the prices for a product in amazon.But it only gives me the BEST price for NEW and OLD condition.I have tried different options.My parameters are:\[code\]http://ecs.amazonaws.com/onca/xml?AWSAccessKeyId=xxx&AssociateTag=0000&Condition=All&IdType=ASIN&ItemId=B005IVL0RS&MerchantId=All&Operation=ItemLookup&ResponseGroup=OfferFull&Service=AWSECommerceService&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2012-10-09T12%3A54%3A34.000Z&Version=2011-08-01&Signature=xxxxxxxxxxxxxxxxxxxxx\[/code\]Previous posts here recommended that I use MerchantId=All & ResponseGroup=Offers which I also tried but I never got the 138 merchants (only 2 1NEW/1OLD)Previous stackoverflow answers are here for a similar problemI even tried it with no luck.I always get only 2 merchants.Please help. Anything that I may be overlooking?
 
Back
Top