API

Magento SOAP API

The Magento SOAP API allows the merchant and third parties to manage resources such as customers, categories, products, and sales orders. It also allows you to manage shopping carts and inventory.
Magento provides URLs to view the methods available.

SOAP v1 – http://www.yoursite.com/api/soap?wsdl=1
SOAP v2 – http://www.yoursite.com/api/v2_soap?wsdl=1

Existing API calls include but are …