magento-node
v0.9.0
Published
A Magento connector for Node.js applications
Downloads
3
Readme
magento-node
By Oceanhouse21

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.
