Hi, I am a regular user of Amazon and deals in books. Amazon gave me a URL to downlaod XML of books data 10 at a time with this URL but I need to download an XML of more than 10 might be 100, 1000 or more at a time with customized PHP application. Can anyone help me in that or if someone have that code please send it to me? My Amazon URL is: http:// ecs.amazonaws.com/onca/xml?Service=AWSECommerceService&AWSAccessKeyId=AKIAIEOGLHXAXFYQIOVA&Operation=ItemLookup&Version=2007-01-15&ItemId=0521432146,0071580115,0873712048,3540590781,0878495959,047196090X,0471930644,082477888X,0471511862,0029493706&IdType=ISBN&SearchIndex=Books&Condition=All&ResponseGroup=ItemAttributes,OfferSummary Code (markup): Regards, Sumit Kumar
I am getting this error: <?xml version="1.0"?> <ItemLookupErrorResponse xmlns="http://ecs.amazonaws.com/doc/2007-01-15/"><Error><Code>MissingParameter</Code><Message>The request must contain the parameter Signature.</Message></Error><RequestID>670d17a5-5cd0-4ae3-8d22-c98d438e1b8a</RequestID></ItemLookupErrorResponse> Code (markup):