Can somebody tell me C# excample of using Amazon Product Advertising API, for example to lookup item. All i found is not working now because of changes.
Thanks!
edit:
the most popular error is "Failed serialization of message body: ItemSearchRequest1 cant create temporary class"
You can use the following nuget package.
Search example
There's a C# sample here:
http://aws.amazon.com/code/Product-Advertising-API/3941
FWIW, the AWS thread I mentioned includes these steps for a workaround:
If you want to use Html REST instead of Soap/Wsdl, I put an example updated for the 2011 API and Visual Studio 2012 on my blog: "Up to date CSharp REST sample"