Modules@robinpath/quickbooks
@robinpath/quickbooks
0.1.1PublicQuickBooks module for RobinPath.
@robinpath/quickbooks
QuickBooks module for RobinPath.
Why use this module?
The quickbooks module lets you:
- query
- getInvoice
- createInvoice
- sendInvoice
- voidInvoice
All functions are callable directly from RobinPath scripts with a simple, consistent API.
Installation
npm install @robinpath/quickbooks
Quick Start
1. Set up credentials
quickbooks.setCredentials "your-credentials"
2. query
quickbooks.query
Available Functions
| Function | Description |
|---|---|
quickbooks.setCredentials | Configure quickbooks credentials. |
quickbooks.query | query |
quickbooks.getInvoice | getInvoice |
quickbooks.createInvoice | createInvoice |
quickbooks.sendInvoice | sendInvoice |
quickbooks.voidInvoice | voidInvoice |
quickbooks.getCustomer | getCustomer |
quickbooks.createCustomer | createCustomer |
quickbooks.updateCustomer | updateCustomer |
quickbooks.listCustomers | listCustomers |
quickbooks.getPayment | getPayment |
quickbooks.createPayment | createPayment |
quickbooks.getExpense | getExpense |
quickbooks.createExpense | createExpense |
quickbooks.getItem | getItem |
quickbooks.createItem | createItem |
quickbooks.listItems | listItems |
quickbooks.getCompanyInfo | getCompanyInfo |
quickbooks.getReport | getReport |
quickbooks.listAccounts | listAccounts |
quickbooks.createBill | createBill |
Examples
query
quickbooks.query
getInvoice
quickbooks.getInvoice
createInvoice
quickbooks.createInvoice
Integration with RobinPath
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/quickbooks";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
quickbooks.setCredentials "your-credentials"
quickbooks.query
`);
Full API Reference
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
Related Modules
@robinpath/xero— Xero module for complementary functionality@robinpath/freshbooks— FreshBooks module for complementary functionality@robinpath/invoice— Invoice module for complementary functionality@robinpath/json— JSON module for complementary functionality
License
MIT
Versions (1)
| Version | Tag | Published |
|---|---|---|
| 0.1.1 | latest | yesterday |
Related Modules
sales
0
@robinpath/bigcommerce
v0.1.1robinpath
BigCommerce module for RobinPath.
0 downloads
...
sales
0
@robinpath/freshbooks
v0.1.0robinpath
FreshBooks module for RobinPath.
0 downloads
...
sales
0
@robinpath/freshdesk
v0.1.0robinpath
Freshdesk module for RobinPath.
0 downloads
...
sales
0
@robinpath/hubspot
v0.1.0robinpath
HubSpot module for RobinPath.
0 downloads
...
Install
$ robinpath install @robinpath/quickbooks Version0.1.1
LicenseMIT
Unpacked Size4.7 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

