BigCommerce Store API Account Setup (OAuth Token)
If you have Standard feeds, simply Install our App instead of using the instructions below.
Otherwise, if you have a Custom feed that requires additional scopes, you can use these instructions to create an alternate API Token.
- Log into your BigCommerce Store Control Panel
- Go to Settings > API > Store-level API Accounts (Only Store Owners can see this option.)
- Click the "+ Create API Account" button.
- For Token Type, select V2/V3 API Token
- For Name, enter atensoftware
- Under OAuth Scopes, select the following:
- Information & Settings - Readonly
- Products - Readonly (or Modify for Custom Product/Inventory update feeds)
- Sites & Routes- Readonly
- Store Inventory- Readonly
- Click Save
- Download the
.txt
file to your computer - Log in to your Aten Software account, or if you have no account yet, Register an account.
- Send the contents of the
.txt
file using the Secure Login and Password page.
References
- BigCommerce Support - Store API Accounts
- BigCommerce API Docs - Obtaining OAuth Tokens - Authenticating with OAuth