0.9.0 • Published 9 years ago

magento-node v0.9.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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.