AOEpeople/magento-improve-api

Name: magento-improve-api

Owner: AOE

Description: Magento extension to improve some missing features of API.

Created: 2015-01-06 12:55:30.0

Updated: 2017-06-08 09:04:23.0

Pushed: 2015-02-10 10:29:08.0

Homepage: null

Size: 140

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Overview

This extension improves default features of Magento API.

It allows you to:

Installation
Composer

A prerequisite for using this method is that you have Composer installed in your system.

Begin by creating a composer.json in the root of Magento, and ensure it has the following:


"repositories": [
    {
       "type": "vcs",
       "url": "https://github.com/magento-hackathon/magento-composer-installer"
    }
],
"require": {
    "magento-hackathon/magento-composer-installer": "*",
    "aoepeople/magento-improve-api": "dev-master"
},
"extra": {
    "magento-root-dir": "./",
    "magento-deploystrategy": "copy"
},
"config": {
    "preferred-install": "dist"
}

Finish by installing Composer dependencies and a couple of optional enhancements:

our-project/
oser install
modman
$ modman clone https://github.com/AOEpeople/magento-improve-api.git
Oder installation alternatives
modgit
$ cd /path/to/magento
$ modgit init
$ modgit clone magento-improve-api https://github.com/AOEpeople/magento-improve-api.git
download package manually
How to associate simple products to configurable/grouped product

Please refer to this article.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.