Skip to Content

BigCommerce

  • Import/clone the BigCommerce_HTTP source from the Connectors library application.

    • BigCommerce supports two types of API credentials: (1) Store API credentials and (2) App API credentials. The BigCommerce_HTTP source is preconfigured for Store API credentials that is based on API Key type of authentication. You can get an API Key as follows: log in to BigCommerce -> in store control panel Advanced Settings -> API Accounts -> Create API Account -> enter an app name (aka CLIENT NAME); select scopes -> (!) save the API URL -> click Save -> save the credentials from the window and also autodownloaded file. As the result you will have: API URL, Client ID, Client Secret, Access Token. Put the access token as the Value of API key in the BigCommerce_HTTP source.

    • In the variable section of theBigCommerce_HTTP source, enter the value of the storeHash variable. You can extract it from the API URL obtained at the previous step. For example, if your API URL is https://api.bigcommerce.com/stores/oxf0503rwl/v3/, your store hash is oxf0503rwl.

    • The Connectors library application contains examples of how to create, delete, and list customers. You can modify these examples for any other API calls supported by BigCommerce: https://developer.bigcommerce.com/api-reference/store-management/customers-v3 

Last updated on