Category: Accounting
Connect by: Connect with OAuth
Official API docs: https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities
| Capability | API call | Risk | Needs approval |
|---|---|---|---|
| Retrieve invoices ordered by most recently created. (docs) | GET /v3/company/{realmId}/query?query=SELECT * FROM Invoice ORDER BY MetaData.CreateTime DESC | 🟢 low | — no |
| Retrieve customer records. (docs) | GET /v3/company/{realmId}/query?query=SELECT * FROM Customer | 🟢 low | — no |
| Capability | API call | Risk | Needs approval |
|---|---|---|---|
| Create a new customer record (DisplayName, optional email). (docs) | POST /v3/company/{realmId}/customer | 🟢 low | — no |
| Create a new invoice (CustomerRef + line items) — a financial document. (docs) | POST /v3/company/{realmId}/invoice | 🔴 high | ✅ yes |
com.intuit.quickbooks.accountingQuickBooks Online: ~500 requests/min per realm, plus per-app and concurrency limits; throttling returns HTTP 429 (honor Retry-After). Batch endpoints have their own caps.