0.0.19 • Published 2 years ago

@bloom-trade/erp v0.0.19

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ERP connector

An internal library aimed to workalong bloom merchant and feed its interface.

Get Started

npm install @bloom-trade/erp
import Connector from '@bloom-trade/erp';

const credentials = {
  credentials: {
    client_id: '',
    client_secret: '',
  },
  realmId: '',
  refresh_token: '',
};
const connector = new Connector();
const client = connector.getClient(credentials, 'quickbooks');
client?.getInvoice('99').then((invoices) => {
  //your invoice
  console.log(invoices.products);
});

Supported ERPS ⚙️

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago