magento-node

A Magento connector for Node.js applications

Usage no npm install needed!

<script type="module">
  import magentoNode from 'https://cdn.skypack.dev/magento-node';
</script>

README

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.