bubble / magento-improve-api
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (v1.0.0) of this package.
This extension improves default features of Magento SOAP API.
Package info
github.com/AmpersandHQ/magento-improve-api
Type:magento-module
pkg:composer/bubble/magento-improve-api
v1.0.0
2016-03-24 15:03 UTC
Suggests
- magento-hackathon/magento-composer-installer: Enables the Bubble API Magento module to be installed using Composer.
This package is not auto-updated.
Last update: 2020-03-16 10:43:15 UTC
README
This extension improves default features of Magento API.
It allows you to:
- Associate simple products to configurable or grouped product;
- Specify category names rather than the ids;
- Specify the name of the attribute set rather than the id;
- Specify options labels rather than the ids;
- Specify the website code rather than the id.
Installation
Magento CE 1.6.x, 1.7.x
Install with modgit:
$ cd /path/to/magento
$ modgit init
$ modgit clone bubble-api https://github.com/jreinke/magento-improve-api.git
or download package manually:
- Download latest version here
- Unzip in Magento root folder
- Clear cache
How to associate simple products to configurable/grouped product
Please refer to this article.