Skip to content

aaronthorp/meteor-magentojs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor Icon

MagentoJS v0.0.4

An integration for Magento through the SOAP/RPC gateway.

Meteor implementation of node-magentojs [https://github.com/mayconheerdt/MagentoJS]

How to install

mrt add aaronthorp:magentojs

How to use

var magento = MagentoJS({
  host: 'www.magentosite.com',
  port: 80,
  path: '/index.php/api/xmlrpc',
  login: 'test',
  pass: 'pass'
});
magento.init(function(err) {
  magento.sales_order.info('500000001', function(err,order) { console.log(order); });
});

License

MIT

Donating

By donating you are supporting this package and its developer so that he may continue to bring you updates to this and other software he maintains.

Support us via Gittip

About

node-magentojs implemented for Meteor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published