El catálogo/QuickBooks

QuickBooks

app.quickbooks

Manage invoices, customers, and payments with QuickBooks Online

OAuth 2financeLeer el código
Versión2.0.0
Categoríafinance
AutenticaciónOAuth 2
Herramientas18
Transportestdio
LicenciaMIT
01

Qué hace

La aplicación, en sus propias palabras.

QuickBooks Online accounting — manage invoices, customers, payments, accounts, items, and reports.

quickbooksaccountinginvoicespaymentsintuit
02

Herramientas

18 herramientas que el agente puede llamar.

Todas se declaran con parámetros tipados y devuelven resultados estructurados, así que el anfitrión puede renderizarlas en vez de narrarlas.

  • create_customerCreate a new customer in QuickBooks Online. Returns the created customer object.
  • create_estimateCreate a new estimate in QuickBooks Online. Requires a customer reference and at least one line item.
  • create_invoiceCreate a new invoice in QuickBooks Online. Requires a customer reference and at least one line item.
  • create_vendorCreate a new vendor in QuickBooks Online. Returns the created vendor object.
  • get_accountGet detailed information about a specific QuickBooks account from the chart of accounts.
  • get_balance_sheetGet the Balance Sheet report for a date range from QuickBooks Online.
  • get_company_infoGet company information for the connected QuickBooks Online account, including name, address, and fiscal year.
  • get_customerGet detailed information about a specific QuickBooks customer.
  • get_invoiceGet detailed information about a specific QuickBooks invoice.
  • get_paymentGet detailed information about a specific QuickBooks payment.
  • get_profit_and_lossGet the Profit and Loss (income statement) report for a date range from QuickBooks Online.
  • list_accountsList accounts (chart of accounts) from your QuickBooks Online account. Returns up to maxResults accounts.
  • list_billsList bills from your QuickBooks Online account. Returns up to maxResults bills.
  • list_customersList customers from your QuickBooks Online account. Returns up to maxResults customers.
  • list_invoicesList invoices from your QuickBooks Online account. Returns up to maxResults invoices.
  • list_itemsList items (products and services) from your QuickBooks Online account. Returns up to maxResults items.
  • list_vendorsList vendors from your QuickBooks Online account. Returns up to maxResults vendors.
  • update_customerUpdate an existing customer in QuickBooks Online. Requires the customer Id and SyncToken (from a previous get_customer call).
03

Autenticación y permisos

Qué pide.

Declarado en el manifiesto y por adelantado. La aplicación no puede alcanzar nada que no haya pedido aquí.

Permisos

com.intuit.quickbooks.accounting

Secretos de sistema

CLIENT_IDCLIENT_SECRETREDIRECT_URI

Secretos de usuario

ACCESS_TOKENREFRESH_TOKENREALM_ID

Seguir leyendo

El manifiesto y el código de QuickBooks están en el monorepo, junto al resto de aplicaciones.

Leer el códigoVolver al catálogo

QuickBooks · Agent Apps