使用 API 连接到 QuickBooks

问题描述:

我需要一些指南.我正在为我的客户创建一个在线预订系统,该系统与他们内部网络上的 QuickBooks 交互(桌面 QuickBooks,而不是在线).

I need some guidelines here. I am creating an online booking system for my client that interfaces with QuickBooks on their internal network (desktop QuickBooks, not online).

我需要走完整的发布应用"路线吗?我不想在市场上出售这个应用程序.这仅仅是由客户设计和支付的定制预订系统.似乎我需要在市场上发布"该应用程序,以便他们能够使用它.

Do I need to go the full "publish app" route? I do not wish to sell this app in the marketplace. This is merely a custom booking system designed and paid for by the client. It seems like I need to "publish" the app in the marketplace for them to be able to use it.

有办法解决这个问题吗?

Are there ways around this?

Update 06/23/2015 - 要连接到桌面 QuickBooks 安装,带有 Web 连接器的 SDK 现在是唯一推荐的方法.Intuit 正在移除 Intuit 合作伙伴平台 (IPP) 与桌面 QuickBooks 的集成.

Update 06/23/2015 - To connect to a desktop QuickBooks installation the SDK with the Web Connector is now the only recommended approach. Intuit is removing Intuit Partner Platform (IPP) integration to desktop QuickBooks.

对于 SDK/Web 连接器,您无需经历任何发布过程或类似的过程.只需构建解决方案,并连接您的客户.

For the SDK/Web Connector, you don't need to go through any publication process or anything like that. Just build the solution, and connector your client.

QuickBooks 网络连接器的工作原理有一个很好的概述我们的 QuickBooks wiki.

QuickBooks SDK 下载还包括一个巨大的 PDF以及有关如何实现 SDK/Web 连接器应用程序的详细文档.

The QuickBooks SDK download also includes a huge PDF with detailed documentation about how to implement SDK/Web Connector applications as well.