Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

BigCommerce provides e-commerce software solutions and shopping cart software for online businesses.

...

While configuring the Source or Destination of a Template or Transaction, you need to create an account to connect BigCommerce with Adeptia Connect. While creating an account, you need to specify the location from where Adeptia Connect will access the data.

Click Image RemovedImage Added to add an account.

...

Specify the following information for BigCommerce: 

Image RemovedImage Added

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.
Field NameDescription
Account NameA short, descriptive name that helps you re-use this account in future.
Store HashAPI TokenThe store hash, a

A unique value that identifies the store.

The store hash can be found in the store URL, for example, "

You can obtain the Store Hash from the file downloaded after creating the BigCommerce API Account. Given below is the example of API PATH containing the Store Hash.

https://

store-{storeHash}.mybigcommerce.com".
UsernameTo 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.bigcommerce.com/stores/<Store Hash>/v3/

API Token

The Access Token generated while creating the BigCommerce API Account.

Select ProjectSelect the project that you want to associate with BigCommerce account.

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 ProductsTriggers 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.

Fetch All Blog PostsFetches all blog posts of a BigCommerce store.

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

Update Customers

Updates Customers. Subresource updates are not supported. Up to 10 customers can be updated in one call.

Delete Customers

Deletes Customers.

Update Customer Address

Updates a Customer Address. Multiple customer addresses can be updated in one call.

Delete Customer Address

By default, it deletes all Customer Addresses.

Update Customer Attribute

Updates a Customer Attribute. Multiple customer attributes can be updated in one call.

Update Order

Updates an Order.

Archive Order

Archives an order. 

Update Product Variant

Updates a product Variant.

Delete Product

To delete Product objects, you must include a filter. This prevents inadvertently deleting all Product objects in a store.

The maximum number of products you can delete at one time is 250.

Update Product

Updates a Product.

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.

  • To create a child category, set the parent_id to the parent category.
  • To create a top level category, set the parent_id to 0.

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 ProductCreates 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.

Anchor
Generating the API Token and Store Hash
Generating the API Token and Store Hash
Generating the API Token and Store Hash

  1. Log in to the BigCommerce portal.
  2. Click Settings in the left panel.
  3. In the API section, click API Accounts
  4. Click Create API account.
    Image Added
  5. Select Token type as V2/V3 API token
  6. In the Name field, enter a name for the API account. 
  7. In the OAuth scopes section, select the required OAuth scopes to define the access level. For more details, refer to the BigCommerce documentation.

  8. Click Save
  9. On the BigCommerce API credentials dialog box, click Done
    This creates the API account. Once the API account creation is complete, a file containing the Access Token and Store Hash is downloaded.