Prerequisites
- You must log in as the Store Owner or a user with Manage API Accounts permissions.
Step 1: Navigate to API Accounts
- Log in to your BigCommerce Control Panel.
- Go to Settings in the left-hand menu.
- Scroll down to the Advanced section.
- Click on Store-level API accounts.
Step 2: Create the API Token
- Click the + Create API Token button in the top right corner.
- Select V2/V3 API token from the dropdown menu.
- Name: Enter a clear name for the token (e.g., "Wbsync").
- OAuth Scopes: Set the required permissions (Read-Only or Modify) for the specific data your tool needs to access
- Select the following:
- Orders - read only
- Customers - read only
- Products - modify
- Store Inventory - modify
- Store Locations - read only
Step 4: Save and Download Credentials
- Click Save at the bottom of the page.
- A pop-up modal will display your Client ID, Client Secret, and Access Token.
- A
.txt file containing these credentials will automatically download to your computer.
Step 5: Get the store hash
- From the same area where you have generated the API token, look for a field named "API Path", with the following structure
- https://api.bigcommerce.com/stores/{storehash}/v3 -> {storehash} will be your unique store hash
Step 6: Create a new Connection in Wbsync
- From the connections area, create a new Connection
- Select BigCommerce and give it a name (this can be changed later)
- Paste the credentials into the Wbsync into the relevant field
- Click Save -> once the page reloads, click Check Connection to confirm the settings are correct