Multi-Vendor Marketplace - Available API Methods
API, an abbreviation of Application Program Interface, is a set of routines, protocols, and tools dedicated to building software applications. A good API makes it easier to develop a program by providing all the building blocks.
The CreativeMinds Magento® Multi-Vendor Marketplace plugin supports the following methods:
SOAP API V1
- getProductsBySupplierId
Arguments:
Type Name Description integer sessionId Supplier ID - getSupplier
Arguments:
Type Name Description integer sessionId Supplier ID
SOAP API V2
- getSuppliersByCategory - route /suppliers/:id
Arguments:
Type Name Description integer sessionId Supplier ID - listAllProducts - route /supplierProducts/:id
Arguments:
Type Name Description integer sessionId Supplier ID - getSupplierInfo - route /supplier/:id
Arguments:
Type Name Description string sessionId Supplier ID - viewProductDetails - route /supplierProduct/:id
Arguments:
Type Name Description integer sessionId Supplier ID - searchStore - route /searchStore/:id/:category_id
Arguments:
Type Name Description integer sessionId Supplier ID
integer categoryid Category ID
Connecting
To connect to Magento SOAP web services®, enter either of these paths. That way you should load the WSDL into your SOAP client. Remember to replace
magentohost with the relevant address.
- http://magentohost/api/?wsdl
- http://magentohost/api/soap/?wsdl
For a more in-depth guide on Magento® SOAP API and how to connect to it, you can refer to the official guide on the subject.
Get more information about the Multi-Vendor Marketplace Extension for Magento. Find other Magento products at the CreativeMinds Magento Store. |
|
Let us know how we can Improve this Product Documentation Page. To open a Support Ticket visit our support center. |