Hi i tried using Magento Rest Api which is available in Github folder
https://github.com/nickvane/Magento-RestApi
when i try to CreateNewProducts function it shows an error in
request.AddBody(product);
Null reference error!! Kindly help me out this to solve using c#
my magento URL is: http://www.partsclick.com/api/rest/products
Thanks in advance
Ajith