|
Python Connector for BigCommerce Connection parameters - Python Connector for BigCommerce |
|
The following table describes the BigCommerce connection parameters you can use in the connect() module method.
| Parameter | Description |
|---|---|
|
|
The authentication type. The possible values are:
|
|
|
The BigCommerce API version. The possible values are:
|
|
Basic authentication |
|
|
|
The authentication token |
|
|
The URL of the store |
|
|
The name of the store owner |
|
OAuth 2.0 authentication |
|
|
|
The access token |
|
|
The client ID |
|
|
The store hash |
|
Proxy parameters |
|
|
|
The hostname or IP address of the proxy server |
|
|
The proxy port |
|
|
The username for proxy authentication |
|
|
The password for proxy authentication |
|
Other parameters |
|
|
|
The ID of a connection pool that will be used for a particular connection |
|
|
Disables connection pooling for a particular connection. The possible values are |