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

T
- Table
S
- Sub table

🔧 Setup Guide

Step 1 - Create an API Account

  1. In your BigCommerce account, go to Settings > API > API Accounts
BigCommerce account settings API
  1. Click Create an API Account

Step 2 - Select OAuth Scopes

  1. Select V2/V3 API Token option as Token type
  2. Give your API Account an arbitrary name
  3. 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)
BigCommerce token configuration

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 in API PATH (https://api.bigcommerce.com/stores/{{YOUR_STORE_HASH}}/v3)

Was this page helpful?