This is a small module that adds the ability to remotely work with the Magento via the REST API
More detail http://app-z.net
Install
- Copy web-api.php to root Magento folder
- Set key parametr for access to functionality this script
Examples of use
-
/web-api.php?route=feed/web_api/categories&parent=0&level=2&key=key1 Return Categories tree information
-
/web-api.php?route=feed/web_api/products&category=4&key=key1 Return Products list in category
-
/web-api.php?route=feed/web_api/product&id=800&key=key1 Return product item
-
/web-api.php?route=feed/web_api/random&limit=4&key=key1 Return Random Products list
This software is distributed under the GNU GPL V3 License.