magento-node

0.9.0 • Public • Published

magento-node

By Oceanhouse21

Build Status

magento-node

A leighweight Magento connector for Node, built upon magentojs.

USAGE

var magento = require('magento-node')(config);
 
magento.purchase({sessionId: '123123', storeId: '14'});

SUPPORTED METHODS

Example usage for different methods

Checkout

magento.purchase({
    sessionId: '123123',
    storeId: '14'
    });

Create customer

magento.customer.create({
    name: 'Alfred Yo',
    address: 'Street'
    });

LICENSE

MIT License. Copyright 2014-2015 Oceanhouse21 GmbH. http://www.oceanhouse21.com

You are not granted rights or licenses to the trademarks of Oceanhouse21 GmbH, including without limitation the magento-connect name.

Readme

Keywords

Package Sidebar

Install

npm i magento-node

Weekly Downloads

1

Version

0.9.0

License

MIT

Last publish

Collaborators

  • oceanhouse21