Extra information
System documentation: https://developer.bigcommerce.com/api-reference/239aeabf5a786-storefront-carts#management-apisConnector package documentation
Table of Contents
- 1. Setting up the BigCommerce HTTP Client
- 1.1 Steps
- 2. Subscribing to entities from BigCommerce
- 2.1 Steps
- 2.2 General concept
- 3. Publishing entities to BigCommerce
- 3.1 Steps
- 3.2 General concept
1. Setting up the BigCommerce HTTP Client
1.1 Steps- Go to the API Accounts page in BigCommerce Control Panel (Advanced Settings -> API Accounts) and create a new API Account.
- Select the scopes you need and save them.
- You will get a file downloaded from the page containing the Base URI and Access Token to be used to configure the HTTP Client in your Alumio Dashboard.
- In the Alumio Dashboard, go to Clients -> HTTP Clients. Create a new HTTP Client and select BigCommerce Client as the prototype of the HTTP Client.
- Fill in the Base URI and Access Token with the values from the downloaded file when creating an API Account in the BigCommerce Control Panel. We recommend putting the Base URI and Access Token as Alumio Environment Variables and using the variables instead of directly filling the values in the BigCommerce HTTP Client form.

2. Subscribing to Entities from BigCommerce
2.1 Steps- Go to Connections -> Incoming, create a new incoming configuration, and select BigCommerce – Entity Subscriber as the subscriber.
- Select the entity you want to subscribe to from BigCommerce.
- Add any request parameters needed to subscribe to the entity (optional).
- You can add a transformer to manipulate the request parameters into something you need.
- Select the BigCommerce HTTP Client to use.
- You can add a pagination feature to allow Alumio to fetch a paginated entity.


- Path is the path parameter of the URL. For example the {id}.
- Query is a defined set of parameters attached to the end of a URL.
Example: www.url.com?type=true&start=0


3. Publishing Entities to BigCommerce
3.1 Steps- Go to Connections -> Outgoing, create a new outgoing configuration and select BigCommerce – Entity Publisher as the publisher.
- Select the action you want the publisher to do with the data.
- Select the BigCommerce entity where you want the data to be published.
- You can optionally add any query parameters to the request.
- You can add transformers to manipulate the data into anything you need before submitting it to BigCommerce.
- Select the HTTP Client to use.





- Path is the path parameter of the URL. For example, the {id}.
- Query is a defined set of parameters attached to the end of a URL.
Example: www.url.com?type=true&start=0 - Payload is the data contained within a request.