BigCommerce
-
Import/clone the
BigCommerce_HTTPsource from the Connectors library application.-
BigCommerce supports two types of API credentials: (1) Store API credentials and (2) App API credentials. The
BigCommerce_HTTPsource 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 theBigCommerce_HTTPsource. -
In the variable section of the
BigCommerce_HTTPsource, enter the value of thestoreHashvariable. You can extract it from the API URL obtained at the previous step. For example, if your API URL ishttps://api.bigcommerce.com/stores/oxf0503rwl/v3/, your store hash isoxf0503rwl. -
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
-