Magento v1.9
Magento is an open-source e-commerce platform written in PHP.
Info
Schemes: https or http
Base URL: { MY HOST }
Authentication: CUSTOM (HOST, PORT, USERNAME AND PASSWORD)
Generate token: You can get the authentication setting manually on Magento web application by going to Admin Panel->System->Configuration->Advanced->System.
Endpoints
/product
Summary: The Mage_Catalog module allows you to manage categories and products.
/sales-order
Summary: The Mage_Sales module allows you to manage sales orders, invoices, shipments, and credit memos.
[Reference](https://devdocs.magento.com/guides/m1x/api/soap/sales/salesOr
derShipment/salesOrderShipment.html)
/catalog-inventory
Summary: The Mage_Catalog Inventory module allows you to retrieve and update stock attributes, such as status and quantity.
[Reference](https://devdocs.magento.com/guides/m1x/api/soap/catalogInvent
ory/Inventory.html)
/customer
Summary: Allows you to retrieve the list of customers.
/customer-address
Summary: Allows you to create, retrieve, update, and delete address data for a required customer.
[Reference](https://devdocs.magento.com/guides/m1x/api/soap/customer/cust
omerAddress/customerAddress.html)
/product-media
Summary: Allows you to create, retrieve, update, and delete media data for a required product.
The ID Product is required when consuming this endpoint.
Updated about 5 years ago