Kindly help me any Documentation to Access Magento REST API community edition using c#?? if so provide me the link it will be more helfull
Thanks
Ajith
Hi @MagentoAPI,
Magento always allows external applications like C# and more, to interact with it by a SOAP API or REST API. It has links to it's WSDLs which you might be able to add a reference to your IDE.
http://devdocs.magento.com/guides/m1x/api/soap/introduction.html
If that does not work then check the below GitHub solution:
https://github.com/nickvane/Magento-RestApi
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