Skip to main content

Add the BigCommerce Connector

Authenticate to BigCommerce

After you add the connector, you need to set the required properties. Store Id: Enter your store identifier (Id). To locate your store Id, follow these steps:
  1. Log in to your account.
  2. From the home page, select Advanced Settings > API Accounts.
  3. Select Click Create API Account > Create V2/V3 API Token. This selection displayes the API Path text field, which contains a URL with your store Id: StoreId. Copy your store Id and enter it in the Store Id field on the connection page in . After you copy your store Id in , you can continue to create an API account (if you need one) or you can click Cancel to exit your account.
supports authenticating to in two ways. Select your authentication method below to proceed to the relevant section that contains the authentication details.

OAuth

Personal Access Token

To connect with a personal access token, specify the following properties:
  • Auth Scheme: Select PersonalAccessToken.
  • OAuth Access Token: Enter the access token that you use to connect when you use OAuth.
To obtain a personal access token, follow these steps:
  1. Log in to your account.
  2. From the home page, select Advanced Settings > API Accounts.
  3. Select Create API Account > Create V2/V3 API Token.
  4. Enter the name of your account in the Name text field.
  5. Choose the OAuth scopes for the API account that you are creating. The scope for each item cannot be None or read-only because cannot access data that is marked None and it cannot modify data that is marked read-only.
  6. Click Save. After you save these settings, a text box opens that saves as a TXT file. This TXT file contains your access token.

Complete Your Connection

To complete your connection:
  1. Define advanced connection settings on the Advanced tab. (In most cases, though, you should not need these settings.)
  2. Connect to to connect to your account.
  3. Click Create & Test to create your connection.

More Information