Could anyone explain me what information should I put from this URL:
http://webservices.amazon.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=ItemSearch&
ItemId=B000Q678OO&
ResponseGroup=Images&
SearchIndex=Blended&
Version=2011-08-01
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request Signature]
AWSAccessKeyId: Access Key ID
Timestamp: UTC time display as YYYY-MM-DDThh:mm:ssZ -> so how can i display like this to add to the url
Signature: is it the Secret Access Key ?
No, the signature is a string generated from the request parameters and the Secret Access Key.
The following article explains how to generate the signature:
http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/rest-signature.html