BigCommerce
BigCommerce provides e-commerce software solutions and shopping cart software for online businesses.
For more information, click here.
Field (Account) Information
While configuring the Source or Destination of a Template or Transaction, you need to create an account to configure your application with Adeptia Connect. While creating an account, you need to specify the location from where Adeptia Connect will access the data.
Click
to add an account.Specify the following information for BigCommerce:
Field Name | Description |
---|---|
Account Name | A short, descriptive name that helps you re-use this account in future. |
Store Hash | The store hash, a unique value that identifies the store. The store hash can be found in the store URL, for example, "https://store-{storeHash}.mybigcommerce.com". |
Username | To know Username: 1. Log in to the store. 2. Click Advanced Settings. 3. Select Legacy API Settings. 4. Create/Edit a Legacy API Account. 5. Create/Copy Username. |
API Token | To know API Token: 1. Log in to the store 2. Click Advanced Settings 3. Select Legacy API Settings 4. Create/Edit a Legacy API Account 5. Generate New Token/Copy API Token. |
Triggers
A Trigger specifies when a particular Transaction will start executing. While configuring the Source of a Template, you need to choose an event.
Following triggers are available for BigCommerce at Source.
Trigger Name | Description |
---|---|
Fetch All Products | Triggers when the connection is created and on schedule. Fetches the list of all products. |
New Customer | Triggers when a customer registers or updates details from the storefront, or is created or updated in the control panel. |
New Order | Triggers when an order is received from the checkout or created/updated in the control panel. |
New Product | Triggers when a product is created or updated from the control panel or via the API. |
When the Process all the existing records at the time of activation option is selected, the system processes ALL records, the very first time the Transaction is activated.
Actions
An Action specifies how the data will be transferred at the destination location. While configuring the Destination (Target) of a Template, you need to choose an action.
Following actions are available for BigCommerce at Destination.
Action Name | Description |
---|---|
Create Blog Post | Creates a Blog Post. See https://developer.bigcommerce.com/api/stores/v2/blog/posts |
Create Customer Group | Creates a customer group. |
Create Customer | Creates a customer. |
Create Order | Creates and submits an order. |
Create Product Brand | Creates a brand. |
Create Product Category | Creates a category. A category is an organizational unit to which you assign your products. When viewing your store, customers will click on a category to view products that have been assigned to that category. |
Create Product Option | Creates an option. Product Options allow you to add variations on your product for customers to select from. Popular examples include colors, sizes, yes/no checkboxes, or custom text fields. |
Create Product Option Set | Creates an option set. Product option sets enable you to group product options together in an organized manner, which you can then assign to products in your store. |
Create Product | Creates a product. |
Create Redirect | Creates an URL Redirect. Redirects are used to create custom URL paths that map to resources on the storefront (such as products, categories, brands, etc.) or manually defined static URLs. |