0.0.19 • Published 3 years ago

@bloom-trade/erp v0.0.19

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago