1
0
mirror of synced 2026-01-13 18:02:36 -05:00
Files
airbyte/docs/integrations/sources/bigcommerce.md
Philip Corr ceadf31444 🎉 Source bigcommerce: add brands and categories streams (#20518)
* Add product info to the orders stream

* Update docs

* Refactor order_products into its own stream

* formatting

* Update docs and docker version

* remove duplicate field

* Add brands and categories streams to bigcommerce

* remove duplicate state

* remove duplicate source

* update docs

* update docs

* bump docker version

* update markdown

* lint

* auto-bump connector version

Co-authored-by: Sajarin <sajarindider@gmail.com>
Co-authored-by: Haithem SOUALA <haithem.souala@woopit.fr>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-01-12 12:01:53 -05:00

4.7 KiB
Raw 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.

This Source Connector is based on a Airbyte CDK.

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

Version Date Pull Request Subject
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