CData Python Connector for QuickBooks

Build 24.0.9060

Establishing a Connection

The objects available within our connector are accessible from the "cdata.quickbooks" module. To use the module's objects directly:

  1. Import the module as follows:
    import cdata.quickbooks as mod
  2. To establish a connection string, call the connect() method from the connector object using an appropriate connection string, such as:
    mod.connect("User=test;Password=test;URL=http://localhost:8166;")

Connecting to QuickBooks

The connector makes requests to QuickBooks through the QuickBooks Gateway. The QuickBooks Gateway runs on the same machine as QuickBooks and accepts connections through a lightweight, embedded Web server. The server supports SSL/TLS, enabling users to connect securely from remote machines. The first time you connect, you will need to authorize the connector with QuickBooks. For more information, refer to our Using the QuickBooks Gateway guide.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060