Devart Excel Add-ins allow you to connect to BigCommerce using BigCommerce API v2 or API v3. Note that BigCommerce API v3 does not support all the BigCommerce objects. Even if you use APIVersion.v3 in your connection, access to some objects is still performed via API v2. Besides the lists of objects and their structure is different for BigCommerce API v2 and API v3. The main differences are connected with objects, storing data about products, their variants, options, prices, brands, etc. The main connection dialog box allows you to select the API version to use.
API v2For API v2, Devart Excel Add-ins uses Basic authentication, which requires the following parameters:
To get the Host, User Id, and Authentication Token parameters, sign in to BigCommerce in the browser, point to the Settings link in the bottom left corner of the page, and then in the Advanced Settings column click the Legacy API Settings link. After this, you can find all the necessary parameters in the opened Legacy API Account Details. Copy the Username parameter to the User Id box, API Path parameter to the Host box, and API Token parameter to the Authentication Token box. In addition to the required options, Advanced connection options may be set for more fine connection tuning.
API v3For API v3, Devart Excel Add-ins uses OAuth authentication, which requires the following parameters:
Client Id and Access Token can be obtained only when creating an API account in BigCommerce. So, if you don't have these parameters, you need to create a new API account. For this, sign in to your BigCommerce Control Panel, and click Advanced Settings in the menu on the left, then click API Accounts. Create a new API account - specify the account name and configure the list of scopes it can access. Then, when saving the API account, the required parameters are displayed. It's not possible to view these parameters for an already created account, so better save them somewhere for future use. |
The following table describes the options that you can include in the Connection String using the Advanced Connection Editor dialog box:
|