This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.

πŸ“œ Configuration

Configuration UI

πŸ‘©β€πŸ”¬ Extending Jitsu

Overview
Destination Extensions
Source Extensions
API Specs

Jitsu Internals

Jitsu Server

Bigcommerce

Overview

The BigCommerce source syncs data from the BigCommerce API: Customers, Orders, Transactions, Pages

The source is using Airbyte docker image (@airbyte/source-bigcommerce). Learn more how Airbyte-based sources work

How to connect

  • Navigate to your store’s control panel (Advanced Settings > API Accounts > Create API Account)
  • Create an API account.
  • Select the resources you want to allow access to. Connector 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)
  • The generated Access Token is what you'll use as the access_token for the integration

Connection Parameters

ParameterDocumentation
start_date*
string
(required)
The date you would like to replicate data. Format: YYYY-MM-DD.
store_hash*
string
(required)
The hash code of the store. For https://api.bigcommerce.com/stores/HASH_CODE/v3/, The store's hash code is 'HASH_CODE'.
access_token*
string
(required)
The API Access Token.