Skip to main content

BigCommerce [ARCHIVED]

Sync overview

The BigCommerce source supports both Full Refresh and Incremental syncs. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.

This source can sync data for the BigCommerce API.

Output schema

This Source is capable of syncing the following core Streams:

Data type mapping

Integration TypeAirbyte TypeNotes
stringstring
numbernumber
arrayarray
objectobject

Features

FeatureSupported?(Yes/No)Notes
Full Refresh SyncYes
Incremental - Append SyncYes
NamespacesNo

Performance considerations

BigCommerce has some rate limit restrictions.

Getting started

  1. Navigate to your store’s control panel (Advanced Settings > API Accounts > Create API Account)
  2. Create an API account.
  3. Select the resources you want to allow access to. Airbyte only needs read-level access.
    • Note: The UI will show all possible data sources and will show errors when syncing if it doesn't have permissions to access a resource.
  4. The generated Access Token is what you'll use as the access_token for the integration.
  5. You're ready to set up BigCommerce in Airbyte!

Changelog

VersionDatePull RequestSubject
0.2.02023-08-1629469Migrate Python CDK to Low Code
0.1.102022-12-1620518Add brands and categories streams
0.1.92022-12-1520540Rebuild on CDK 0.15.0
0.1.82022-12-1520090Add order_products stream
0.1.72022-09-1316647Add channel and store stream goes beyond
0.1.62022-07-2714940Fix infinite loop when the page stream goes beyond one page
0.1.52022-01-319935Correct date-time columns for orders (v2 stream)
0.1.42022-01-139516Add Catalog Products Stream and fix date-time parsing
0.1.32021-12-238434Update fields in source-connectors specifications
0.1.22021-12-078416Correct Incremental Function
0.1.12021-11-087499Remove base-python dependencies
0.1.02021-08-195521Initial Release. Source BigCommerce