Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.  

...

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.

...