> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/import-data/import-how-to/import-your-product-data/import-via-a-webshop/bigcommerce.md).

# BigCommerce

In this article, you'll learn how to import product data from your BigCommerce webshop into Channable.

***

{% hint style="info" %}
Before you start

You’ll need:

* A Channable account with a project
* A BigCommerce account with a webshop
  {% endhint %}

{% stepper %}
{% step %}

### Create a new API account in BigCommerce

* Log in to your BigCommerce account.
* Go to **Settings > API > Store-level API accounts**.
* Click **+ Create API account**. To connect with Channable, you'll need to create a V2/V3 API token.<br>

  <figure><img src="/files/ee9669e62b747073426c363d2c5bbb83bce293a1" alt=""><figcaption></figcaption></figure>
* Give your connection a name.
* Set up your API. For **OAuth scope:**

  * Set **Products** to **read-only**.
  * Set **Information & settings** to **read-only**.
  * Set any remaining scopes to **None**.

  ![BigCommerce.png](/files/492b2b31c4ab5e7f13245609ecfcc4cf962d3a95)
* Save your API.
* Your new credentials will appear, and a text file containing your credentials will download automatically.
* Make note of your **API Path**, **Client ID** and **Access token**, as you will need them in the next step.

{% hint style="info" %}
Tip: Store your credentials somewhere safe.
{% endhint %}
{% endstep %}

{% step %}

### Set up your BigCommerce connection: Your data source & Import settings

* In Channable, open the project you want to import your product data to.
* Go to **Setup > Import** and click **+ Choose import method**. Select **BigCommerce**.
* Click **Add new connection** or select an existing connection.&#x20;
* Fill in the required information using the credentials you generated in the previous step (API path, Client ID, Access token):
  * For **Label**, give your connection a descriptive name (e.g. "BigCommerce").
  * For **Store ID**, fill in the number sequence in your API path URL after /stores/ and before your version.
  * For **Access token**, fill in your access token.
  * For **Client ID**, fill in your Client ID.
* Click **Connect with BigCommerce**. You'll be redirected to the Import **mapping** page to map your product information.

![bigcommerce-connect-1](/files/3888b5eb54e3a403c4c431eb8c9183f29fbe8022) ![bigcommerce-connect-2](/files/e89df0168d09b2d5a0ddee83ddd2b51c5e1df7b7)
{% endstep %}

{% step %}

### Import mapping

This page displays fields retrieved from your BigCommerce account (e.g. price, description, title). We match these fields to standardized fields to make it easier for you to set up multiple channels with the same product data.

{% hint style="info" %}
Tip: Want to learn more about how import mapping works in Channable? Read our [dedicated guide on mapping](/get-started/getting-started/fields-in-channable/field-mapping-in-channable.md).
{% endhint %}

* Compare and adjust mapping.
  * Review your **Imported data fields** against Channable's matched **Project fields**. If a field was matched incorrectly, click on the field to select a different field.
* Check the field type.
  * If a field has the wrong field type, click **Edit** next to the field, select the correct type in the dropdown, and click **Save & Import**.
* Exclude fields (if needed).
  * To exclude a field from being included in your product data, click the checkbox in the **Select** column for that field and select the **Exclude** checkbox.&#x20;
* When you’re ready, click **Save & Import** to start importing your BigCommerce product data.
  {% endstep %}

{% step %}

### Overview

* Go to **Overview** to view your imported products.
* After your product data has finished importing, click on an item to see detailed information.

<figure><img src="/files/OOmR6aDntkdmtBWWCtEH" alt=""><figcaption></figcaption></figure>

Your BigCommerce import is now successfully set up! You can now use this product data to create and optimize Feeds, Marketplaces, Shopping Ads, and more in Channable.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://helpcenter.channable.com/import-data/import-how-to/import-your-product-data/import-via-a-webshop/bigcommerce.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
