# 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="https://3042294697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZa0iYflHeXmKWGnfFMAN%2Fuploads%2F2sco3bkpGMUyGclJjQVG%2F15742016769554?alt=media&#x26;token=6cbccec1-4444-4c16-bb69-31d0631f2d76" 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](https://3042294697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZa0iYflHeXmKWGnfFMAN%2Fuploads%2FayzTzSxQuljtb6MdZyBV%2F15742038479634?alt=media\&token=2c9c62b4-3235-486d-b2a2-4647b944cec0)
* 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

* In Channable, open the project you want to import your product data to.
* Go to **Setup**, click **+ Set up import**, and select **BigCommerce**.
* 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 **Edit Mapping** page to map your product information.

![bigcommerce-connect-1](https://3042294697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZa0iYflHeXmKWGnfFMAN%2Fuploads%2FZaFMW8D6Fwx9fLGn9YMO%2F27732231233042?alt=media\&token=cd4c8bad-7bbb-4840-ba86-34a72c7374bb) ![bigcommerce-connect-2](https://3042294697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZa0iYflHeXmKWGnfFMAN%2Fuploads%2F9Y6mXfuUQh59KJswpww3%2F27732190565138?alt=media\&token=0f882efd-68e2-40c1-a86e-befbac794334)
{% endstep %}

{% step %}

### Map your products

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](https://app.gitbook.com/s/UAGSVlvcNsqEqVUgr0tD/getting-started/fields-in-channable/field-mapping-in-channable).
{% endhint %}

* Compare and adjust mapping.
  * Review your **Import 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 click **Do not import selected fields**.
* When you’re ready, click **Save & Import** to start importing your BigCommerce product data.
  {% endstep %}

{% step %}

### Review your imported items

After your product data has finished importing:

* Go to the **Items** page to view your imported products.
* Click on an item to see detailed information.

![product-details.gif](https://3042294697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZa0iYflHeXmKWGnfFMAN%2Fuploads%2Fg2ekmQAgZfTbfILeAdAW%2F27732190566290?alt=media\&token=e9839f36-75a4-4321-b074-d987c9027f77)

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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
