e

Is there any API from Amazon that i can use to list my products from magento site?

Is there any API from Amazon that i can use to list my products from magento site? The API must be free to use.I dont want to use any third party tools. ...

C# Html Agility Pack ( SelectSingleNode )

I'm trying to parse this field, but can't get it to work. Current attempt: var name = doc.DocumentNode.SelectSingleNode("//*[@id='my_name']").InnerHtml; <h1 class="bla" id="my_name">namehere</h1> Error: Object reference not set to an instance of an object. Appreciate any help. @John - I can assure that the HTML is correctly loaded...