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
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 | API Token | To know API Token:The 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. 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.bigcommerce.com/stores/<Store Hash>/v3/ | ||
API Token | The Access Token generated while creating the BigCommerce API Account. | |
Select Project | Select 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 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 |
---|---|
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. |
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. |
Anchor | ||||
---|---|---|---|---|
|
- Log in to the BigCommerce portal.
- Click Settings in the left panel.
- In the API section, click API Accounts.
- Click Create API account.
- Select Token type as V2/V3 API token.
- In the Name field, enter a name for the API account.
In the OAuth scopes section, select the required OAuth scopes to define the access level. For more details, refer to the BigCommerce documentation.
- Click Save.
- 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.