Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望使用 Python 脚本以编程方式连接到 QuickBooks Online。我了解 SDK 不适用于 Mac 平台。我有一个简单的方法来做 qbXML 的 http post 吗?任何使它更容易的Python库?
我已经在这里回答了你的问题:
我的 wiki 上有大量关于此的文档:
对于 QuickBooks Online,您绝对没有理由需要 SDK——除了一些生成 qbXML 请求的 COM 对象(使用起来很痛苦)之外,它什么也没给您。实际上,直接使用 Python 生成 qbXML 请求更容易。
完成应用程序注册后,您可以向以下位置发出 HTTP POST 请求:
您将获得 qbXML 响应。