1
0
mirror of synced 2025-12-20 10:32:35 -05:00
Files
airbyte/docs/integrations/sources/bigcommerce.md

9.4 KiB
Raw Permalink Blame History

BigCommerce

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 Type Airbyte Type Notes
string string
number number
array array
object object

Features

Feature Supported?(Yes/No) Notes
Full Refresh Sync Yes
Incremental - Append Sync Yes
Namespaces No

Performance considerations

BigCommerce has some rate limit restrictions.

Getting started

  1. Navigate to your stores 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

Expand to review
Version Date Pull Request Subject
0.3.23 2025-05-24 60642 Update dependencies
0.3.22 2025-05-10 59819 Update dependencies
0.3.21 2025-05-03 59330 Update dependencies
0.3.20 2025-04-26 58695 Update dependencies
0.3.19 2025-04-19 57598 Update dependencies
0.3.18 2025-04-05 57135 Update dependencies
0.3.17 2025-03-29 56609 Update dependencies
0.3.16 2025-03-22 56100 Update dependencies
0.3.15 2025-03-08 55402 Update dependencies
0.3.14 2025-03-01 54851 Update dependencies
0.3.13 2025-02-22 54245 Update dependencies
0.3.12 2025-02-15 53887 Update dependencies
0.3.11 2025-02-08 53416 Update dependencies
0.3.10 2025-02-01 52925 Update dependencies
0.3.9 2025-01-25 52203 Update dependencies
0.3.8 2025-01-18 51724 Update dependencies
0.3.7 2025-01-11 51224 Update dependencies
0.3.6 2024-12-28 50464 Update dependencies
0.3.5 2024-12-21 50194 Update dependencies
0.3.4 2024-12-14 49568 Update dependencies
0.3.3 2024-12-12 49312 Update dependencies
0.3.2 2024-12-11 49016 Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64
0.3.1 2024-11-04 48234 Update dependencies
0.3.0 2024-10-30 47277 Migrate to Manifest-only
0.2.22 2024-10-28 47117 Update dependencies
0.2.21 2024-10-12 46840 Update dependencies
0.2.20 2024-10-05 46453 Update dependencies
0.2.19 2024-09-28 46206 Update dependencies
0.2.18 2024-09-21 45725 Update dependencies
0.2.17 2024-09-14 45539 Update dependencies
0.2.16 2024-09-07 45292 Update dependencies
0.2.15 2024-08-31 44979 Update dependencies
0.2.14 2024-08-24 44693 Update dependencies
0.2.13 2024-08-17 43827 Update dependencies
0.2.12 2024-08-10 43630 Update dependencies
0.2.11 2024-08-03 43124 Update dependencies
0.2.10 2024-07-27 42773 Update dependencies
0.2.9 2024-07-20 42192 Update dependencies
0.2.8 2024-07-13 41883 Update dependencies
0.2.7 2024-07-10 41540 Update dependencies
0.2.6 2024-07-09 41256 Update dependencies
0.2.5 2024-07-06 40997 Update dependencies
0.2.4 2024-06-25 40334 Update dependencies
0.2.3 2024-06-22 40113 Update dependencies
0.2.2 2024-06-06 39251 [autopull] Upgrade base image to v1.2.2
0.2.1 2024-05-21 38528 [autopull] base image + poetry + up_to_date
0.2.0 2023-08-16 29469 Migrate Python CDK to Low Code
0.1.10 2022-12-16 20518 Add brands and categories streams
0.1.9 2022-12-15 20540 Rebuild on CDK 0.15.0
0.1.8 2022-12-15 20090 Add order_products stream
0.1.7 2022-09-13 16647 Add channel and store stream goes beyond
0.1.6 2022-07-27 14940 Fix infinite loop when the page stream goes beyond one page
0.1.5 2022-01-31 9935 Correct date-time columns for orders (v2 stream)
0.1.4 2022-01-13 9516 Add Catalog Products Stream and fix date-time parsing
0.1.3 2021-12-23 8434 Update fields in source-connectors specifications
0.1.2 2021-12-07 8416 Correct Incremental Function
0.1.1 2021-11-08 7499 Remove base-python dependencies
0.1.0 2021-08-19 5521 Initial Release. Source BigCommerce