Name | Value |
---|---|
Platform | QuickBooks Desktop |
Auth Type | On-Premise |
Direction | Bidirectional |
Tap Metrics | Usage: |
Target Metrics | Usage: |
Unified Schema |
Add Flow
on the left-side toolbar.Source Flow
.Sources
tab and click on Quickbooks Desktop.Add Flow
on the left-side toolbar.Target Flow
.Targets
tab and click on Quickbooks Desktop.Link the tenant
Generate the connector password
Settings
> API Keys
, and click Generate Signing Key
. Optional: Enable additional Quickbooks company files
_
. That means if your initial POST /linkedSources
looks like:Download the connector launcher file.
(Optional) Move the connector launcher to your startup folder
run
, then type shell:startup
> OKRun the connector launcher
Run as administrator
Enter the connector password
tables
section in the config. A list of supported objects for read is provided below.
.json
files are written to the etl-output
folder in your jobs. Otherwise the connector will not process them. JSON
files, and must follow the following criteria:
<object>(-<suffix>).json
, where:
<object>
is the lowercase name of the connector object (e.g., customer
, invoice
)-<suffix>
is optional and can be any descriptive string (e.g., -may
, -20250715
)✅ Valid File Names | ❌ Invalid File Names |
---|---|
customer.json | Customer.json |
customer-may.json | CustomerAddRq.json |
customer-20250715.json |
Connector Object Name | qbXML Request |
---|---|
customer | CustomerAddRq |
invoice | InvoiceAddRq |
bill | BillAddRq |
sales_order | SalesOrderAddRq |
credit_memo | CreditMemoAddRq |
vendor | VendorAddRq |
vendor_credit | VendorCreditAddRq |
item_inventory | ItemInventoryAddRq |
item_noninventory | ItemNonInventoryAddRq |
sales_receipt | SalesReceiptAddRq |
journal_entry | JournalEntryAddRq |
item_sales_tax | ItemSalesTaxAddRq |