Skip to main content

BigCommerce

Overview

The BigCommerce source connector lets you connect to a BigCommerce store and (currently) validate credentials.

This connector is in development. At this time:

  • Connection/authentication (credential validation) is supported.
  • Catalog discovery returns an empty catalog.
  • Data extraction/sync is not yet available.

Setup

You’ll need:

  • Your Store Hash (a store identifier used in BigCommerce API URLs)
  • A BigCommerce API Access Token with permission to read store data

Find your Store Hash

Your store hash appears in BigCommerce API URLs in the form:

https://api.bigcommerce.com/stores/{store_hash}/...

You can also find it in the BigCommerce control panel URL when viewing API-related pages, or from existing API integrations.

Create an API Access Token

Create an API account/token in BigCommerce (typically via Advanced Settings → API Accounts) and ensure it has appropriate read scopes for the data you intend to sync once extraction is available.

Authentication

This connector authenticates using:

  • X-Auth-Token: your BigCommerce API access token
  • Requests are made to: https://api.bigcommerce.com/stores/{store_hash}/...

During connection testing, the connector validates credentials by calling:

  • GET /v2/store

Configuration

FieldTypeRequiredDescription
store_hashstringYour BigCommerce store identifier. Must be non-empty and must not contain /.
access_tokenstringBigCommerce API access token used as the X-Auth-Token header.

Streams

No streams are currently available. The connector’s extraction implementation is still in development, and syncs will fail if started.

Limitations

  • No extraction yet: Running a sync will error because extraction is not implemented.
  • No catalog yet: The connector does not currently expose available objects/streams.