---
canonical: https://amplience.com/developers/docs/workforce/setup/integrations/bigcommerce/
title: BigCommerce integration
description: Learn how to connect Amplience Workforce with BigCommerce to browse and add your product data, and use it to generate content and streamline workflows.
audience: Developer
image: https://cdn.media.amplience.net/i/ampproduct/big-commerce-content-studio-10?w=1200&h=630
image_width: 1200
image_height: 630
date_published: 2024-07-18
date_modified: 2026-04-29
---

# BigCommerce

The following steps outline how to get the API credentials needed to integrate Workforce with [BigCommerce](https://www.bigcommerce.com) to be able to browse and select products. 

You'll need the same credentials to configure the BigCommerce action extension for use in Workforce Flows, and for setting up a commerce repository for  Workforce content generation templates.

- [Installing action extension](https://amplience.com/developers/docs/workforce/setup/integrations/#installing-an-action-extension) explains how to install extensions from the Workforce integrations marketplace.

- [Setting up a commerce repository](https://amplience.com/developers/docs/workforce/setup/integrations/#setting-up-commerce-repositories) provides more information about adding commerce repositories.

## What you'll need

The following details are required:

- BigCommerce Store Hash
- BigCommerce API token (the BigCommerce access token)
- BigCommerce API URL (Note: the BigCommerce API URL is `https://api.bigcommerce.com`).

You can create a new API account or use the information from an account that you've already setup.

## Creating an API account

- Log in to BigCommerce and choose Settings > Store-level API Tokens.
- Click "Create API account"

![Create an API account](https://cdn.media.amplience.net/i/ampproduct/big-commerce-content-studio-10?w=1880&fmt=png 'Create an API account')

- Select the account type **V3 API token**.
- You'll need to note the store hash. This is part of the API path: `https://api.bigcommerce.com/stores/<store hash>/v3/`

![The store hash is part of the API path](https://cdn.media.amplience.net/i/ampproduct/big-commerce-content-studio-11?w=1880&fmt=png 'The store hash is part of the API path')

- Select the scope Products (read only)

![Select the scope as Products read only](https://cdn.media.amplience.net/i/ampproduct/big-commerce-content-studio-3?w=400&fmt=png 'Select the scope as Products read only')

- Once your configuration is saved, you can access the credentials you need. The Access token is what Workforce refers to as the API token.

![Your credentials are now available](https://cdn.media.amplience.net/i/ampproduct/big-commerce-content-studio-4?w=1880&fmt=png 'Your credentials are now available')

## Related pages

[Workforce integrations](https://amplience.com/developers/docs/workforce/setup/integrations/)

[Workforce- generating content](https://amplience.com/developers/docs/workforce/templates)
