Built by Metorial, the integration platform for agentic AI.

Learn More

Tools

Get Account

Retrieves an account from the chart of accounts by ID, returning type, balance, and classification details.

Create Account

Creates a new account in the QuickBooks chart of accounts. Accounts track income, expenses, assets, liabilities, and equity. Supports sub-account hierarchy.

Get Report

Generates a financial report from QuickBooks. Supports standard reports including Profit and Loss, Balance Sheet, Cash Flow, Trial Balance, and more. Reports can be filtered by date range and other parameters.

Get Invoice

Retrieves a single invoice by its ID, returning full details including line items, amounts, customer info, and payment status. Can also send or void an invoice.

Query Entities

Queries QuickBooks entities using a SQL-like query language. Search and filter any entity type (Customer, Invoice, Bill, Item, Account, Vendor, Payment, Estimate, etc.) with flexible WHERE conditions, sorting, and pagination.

Create Item

Creates a new product or service item in QuickBooks. Supports inventory items with quantity tracking, service items, and non-inventory items. Configure pricing, accounts, and inventory details.

Get Company Info

Retrieves the company profile information from QuickBooks, including name, address, contact details, fiscal year, and industry type.

Create Journal Entry

Creates a manual journal entry with debit and credit lines. Used for adjustments, corrections, and non-standard transactions that don't fit standard transaction types. Total debits must equal total credits.

Create Bill

Creates a new bill (accounts payable) from a vendor. Bills represent money owed to vendors for goods or services received. Supports multiple line items with expense account categorization.

Get Payment

Retrieves a payment record by ID with full transaction details and linked invoices.

Create Payment

Records a payment received from a customer. The payment can be linked to one or more invoices, or recorded as an unlinked payment (credit). Supports specifying the payment method and deposit account.

Pay Bill

Records a bill payment to a vendor. Can pay one or more bills in a single payment using either a bank account (check) or credit card.

Update Item

Updates an existing product or service item. Fetches the current item first to ensure the sync token is correct, then applies updates.

Create Estimate

Creates a new estimate (quote/proposal) for a customer. Estimates can later be converted to invoices. Supports multiple line items with item references.

Update Customer

Updates an existing customer record in QuickBooks. Fetches the current customer data first to ensure the sync token is correct, then applies the provided updates.

Get Customer

Retrieves a customer record by ID, returning contact details, addresses, balance, and status.

Record Expense

Records a purchase or expense transaction in QuickBooks. Supports cash, check, and credit card payment types. Each line item can be categorized against a chart of accounts entry and optionally marked as billable to a customer.

Create Vendor

Creates a new vendor (supplier) record in QuickBooks with contact details and address information.

Search Contacts

Searches for customers and/or vendors by name, email, or other criteria. A convenient alternative to raw queries for finding contacts.

Get Vendor

Retrieves a vendor record by ID, returning full contact and balance details.

Create Customer

Creates a new customer record in QuickBooks. Supports full contact details, billing/shipping addresses, and parent customer hierarchy.

Create Invoice

Creates a new invoice in QuickBooks for a specified customer. Supports multiple line items with quantities, unit prices, and item references. Can optionally send the invoice via email immediately after creation.

Get Sales Receipt

Retrieves a sales receipt by ID, including customer, amount, transaction date, and line item details.

Create Sales Receipt

Creates a sales receipt in QuickBooks for an immediate customer sale where payment is received at the time of purchase.

Delete Sales Receipt

Deletes a sales receipt transaction from QuickBooks. If syncToken is omitted, the current receipt is fetched first.