BigCommerce
If you click on Big Commerce you will see some fields such as Name, Client ID, Client Secret, Store Hash and, Order Statuses that we are going to show you how to fill out.

The first thing you need to do is to obtain the API Credentials from your BigCommerce store.
The following steps outline how to generate store API Credentials of BigCommerce:
- Log into the store, using your (owner’s) username/password.
- After logging in to your dashboard, navigate to Advanced Settings > API Accounts.

3. Click on the Create API Account.

4. Select "Create V2/V3 API Token".

5. Give the account a name (it will only be visible to store users).

6. In the "OAuth Scopes" section, select the scopes the app will require. You can see the recommended settings in the following pictures.


7. At the end click on "Save".
After clicking on the Save button, the BigCommerce API Credentials will be presented to you as following:

Also, a text file will be automatically downloaded which contains the Credentials:

Now you have the Client ID, Client Secret, and Access Token. But you also need "Store Hash". You can obtain the Store Hash from API Path:
https://api.bigcommerce.com/stores/<storehash>/v3/
which is shown in the below picture:

About Order Statuses, you can choose any of them by default. But we don't recommend you to choose anything other than Incomplete and Partially Shipped orders. Because we don't do anything with Shipped, Refunded, or Cancelled orders.

No Comments