Python Connector for BigCommerce

Connection parameters - Python Connector for BigCommerce

Connection parameters

The following table describes the BigCommerce connection parameters you can use in the connect() module method.

Parameter Description

Authentication

The authentication type. The possible values are:

  • Basic – (Default) Basic authentication
  • OAuth – OAuth 2.0 authentication

Version

The BigCommerce API version. The possible values are:

  • Ver2 – (Default) The BigCommerce API V2. This version supports basic and OAuth 2.0 authentication.
  • Ver3 – The BigCommerce API V3. This version supports OAuth 2.0 authentication.

Basic authentication

AuthenticationToken

The authentication token

Server

The URL of the store

UserID

The name of the store owner

OAuth 2.0 authentication

AccessToken

The access token

ClientId

The client ID

StoreId

The store hash

Proxy parameters

ProxyHostName

The hostname or IP address of the proxy server

ProxyPort

The proxy port

ProxyUserName

The username for proxy authentication

ProxyPassword

The password for proxy authentication

Other parameters

PoolId

The ID of a connection pool that will be used for a particular connection

DisablePooling

Disables connection pooling for a particular connection.

The possible values are True and False. The default value is False.

© 2022-2025 Devart. All Rights Reserved. Request Support Python Connectors Forum Provide Feedback