BigCommerce
BigCommerce is a popular and robust e-commerce platform that empowers businesses to create and manage online stores with ease. It offers a comprehensive suite of tools and features designed to help merchants build, customize, and scale their e-commerce websites.
Data Schema
🔧 Setup Guide
Step 1 - Create an API Account
- In your BigCommerce account, go to Settings > API > API Accounts
- Click Create an API Account
Step 2 - Select OAuth Scopes
- Select V2/V3 API Token option as Token type
- Give your API Account an arbitrary name
- Select the OAuth scopes you want to give Weld permissions to (note that any sync initiated without the required scopes will result in failure and you will need to create a new API account)
Step 3 - Paste credentials and give access to Weld
As a result, you will get a .txt
file with all the credentials for your API account. To give Weld access to your BigCommerce account, you will have to insert two things:
- ACCESS TOKEN - found in your
.txt
file - STORE HASH - found in your
.txt
file inAPI PATH
(https://api.bigcommerce.com/stores/{{YOUR_STORE_HASH}}/v3
)