
BigCommerce
Let AI connect your sources for you
Skip the manual setup — run this in your project and the wizard auto-detects your databases and APIs and connects them to PostHog.

Connect BigCommerce to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Enter your BigCommerce store hash and API access token to pull your store data into the PostHog Data warehouse. Create an API account under Settings → API → Store-level API accounts with read-only scope for Products, Orders and Customers.
Configuration
| Option | Description |
|---|---|
Store hashType: text Required: True | Found in your store's control panel URL: |
Access tokenType: password Required: True |
Linking BigCommerce to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select BigCommerce
- Fill in the required configuration fields
- Click Next, select the tables you want to sync, and then press Import
Supported tables
| Table | Description | Sync method | Incremental field | Primary key |
|---|---|---|---|---|
products | A product listed for sale in the BigCommerce catalog. | Incremental, Full refresh | date_modified | — |
categories | A category used to organize products in the storefront navigation. | Full refresh | — | — |
brands | A brand that products in the catalog can be assigned to. | Full refresh | — | — |
customers | A registered customer account on the storefront. | Incremental, Full refresh | date_modified | — |
orders | A customer order placed on the store. | Incremental, Full refresh | date_modified | — |