---
canonical: https://amplience.com/developers/docs/integrations/commerce/bigcommerce/
title: BigCommerce
description: How to integrate Amplience with BigCommerce using the eComm toolkit extension, allowing content producers to pull categories, products and user segments from BigCommerce into Amplience content.
audience: Developer
image: https://cdn.media.amplience.net/i/ampproduct/ecomm-toolkit-with-next-gen-form?w=1200&h=630
image_width: 1200
image_height: 630
date_published: 2023-11-07
date_modified: 2025-04-11
---

# BigCommerce integration

You can integrate Amplience with the BigCommerce platform, to allow your content producers to pull information, such as product IDs, into Amplience automatically from BigCommerce. To set up the integration use our [eComm toolkit extension](https://amplience.com/marketplace/ecomm-toolkit/). This extension can be used to set up integrations with several commerce platforms, including BigCommerce.

> **Note:** You will require a BigCommerce account to use categories, products and user segments (self-hosted only) from that platform.

![Access categories and products from BigCommerce when creating content in Amplience](https://cdn.media.amplience.net/i/ampproduct/ecomm-toolkit-with-next-gen-form?w=1880&fmt=png 'Access categories and products from BigCommerce when creating content in Amplience')

Using the eComm toolkit extension you can create mappings from BigCommerce to Amplience for: ​

- Commerce categories to automatically retrieve things like category IDs and category display names into Amplience

- Products for users to search and​ select single or multiple products from BigCommerce to populate a content item in Amplience

- User groups/segments for business users to create personalized content experiences by pulling targeted user segments into Amplience without having to reference BigCommerce​ (note, requires self-hosting)

Read about the eComm toolkit extension on [GitHub](https://github.com/amplience/dc-extension-ecomm-toolkit/tree/main).

## Integrating with BigCommerce

To integrate with BigCommerce, you first register the extension against an Amplience Dynamic Content Hub and then configure BigCommerce.

The following documents are for developers and systems integrators to set up and configure the eComm Toolkit for BigCommerce.

| Document                                                                                                                      | Description                                                                                                                                                                                                           |
| :---------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Readme](https://github.com/amplience/dc-extension-ecomm-toolkit/blob/main/README.md)                                         | Overview and Quickstart guide.                                                                                                                                                                                        |
| [Base extension setup](https://github.com/amplience/dc-extension-ecomm-toolkit/blob/main/docs/extension.md)                   | Describes how to register the extension against an Amplience Dynamic Content Hub.                                                                                                                                     |
| [BigCommerce](https://github.com/amplience/dc-integration-middleware/blob/main/docs/vendor/commerce/bigcommerce.md)           | Installation parameters, instance details and API access for connecting to BigCommerce via the V3 REST API. This backend is not usable under CORS restrictions (on a browser), but does support all commerce methods. |
| [BigCommerce CORS](https://github.com/amplience/dc-integration-middleware/blob/main/docs/vendor/commerce/bigcommerce-cors.md) | Installation parameters, instance details and API access for connecting to BigCommerce via the GraphQL Storefront API, compatible with CORS. This backend does not support listing user groups/segments.              |

For all technical information about this extension, see [Github](https://github.com/amplience/dc-extension-ecomm-toolkit/blob/main/README.md).

## Related pages

[eComm toolkit extension overview](https://amplience.com/marketplace/ecomm-toolkit/)

[eComm toolkit extension on GitHub](https://github.com/amplience/dc-extension-ecomm-toolkit/tree/main)

[Integrations](https://amplience.com/developers/docs/integrations/commerce/)
