If you click on Big Commerce, you will see fields such as Client ID, Client Secret, Store Hash, and Order Statuses. We will be showing you how to fill those fields down below.
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 through the login page.
- After logging in to your dashboard, click on Settings through the left sidebar.
3. Scroll to the bottom and click on the API Accounts.
4. Click on "Create API account."
5. Fill in the name section for your API connection. We've gone with "Demo" for this tutorial, but you could write "Despatch Cloud Connection," for example.
6. In the "OAuth Scopes" section, select the scopes the app will require.
You can see the recommended settings in the following section.
- Customers: read-only
- Orders: modify
- Products: modify
7. Once you're done with configuring the OAuth Scopes, click on the "Save" button, which is located in the right bottom corner.
Once you do that, the API Credentials will be presented to you, and a text file that contains them will be downloaded automatically:
Now you have the Client ID, Client Secret, and Access Token; however, you also need the "Store Hash."
It can be obtained through the Store Hash from API Path, which can be found in the downloaded file:
https://api.bigcommerce.com/stores/<storehash>/v3/
It is also highlighted down below:
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.