-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[MPC] BigCommerce #9847
Description
🧩 Product Overview
BigCommerce is a leading e-commerce platform that helps businesses create, manage, and scale their online stores.
This integration enables seamless automation of key store operations such as handling products, customers, carts, and orders using Activepieces workflows.
This feature must be submitted as a Piece following the Activepieces architecture.
Submissions not following this format will not be accepted.
Please make sure to review the Piece Development Guidelines before starting development.
🚨 Triggers
| Trigger | Description |
|---|---|
| Abandoned Cart | Triggers when a cart is abandoned. |
| Cart Created | Triggers when a new cart is created. |
| Customer Created | Triggers when a new customer is created. |
| Customer Updated | Triggers when a customer is updated. |
| Customer Address Created | Triggers when a new customer address is created. |
| Customer Address Updated | Triggers when a customer address is updated. |
| Order Created | Triggers when a new order is created. |
| Order Updated | Triggers when an order is updated. |
| Order Status Updated | Triggers when an order status has changed. |
| Product Created | Triggers when a new product is created. |
| Shipment Created | Triggers when a new shipment is created. |
🛠️ Write Actions
| Action | Description | Use Case Example |
|---|---|---|
| Create Customer | Creates a customer. | Automatically add new customers when leads convert in your CRM. |
| Create a Product | Creates a product. | Add new products to your BigCommerce catalog from your inventory system. |
| Create Blog Post | Creates a blog post. | Automatically publish a new marketing article on your store’s blog. |
| Create Customer Address | Creates a customer's address. | Add default addresses when new customers register. |
| API Request (Beta) | Makes a raw HTTP request with BigCommerce authentication. | Perform advanced or custom API operations not yet available as native actions. |
🔍 Search Actions
| Action | Description | Use Case Example |
|---|---|---|
| Search Customer | Searches for a registered customer. | Find existing customers before creating duplicate entries. |
| Search Product | Searches for a product in the catalog. | Retrieve product details when syncing inventory. |
| Search Customer Address | Searches for a customer’s address. | Get a customer’s shipping address for order fulfillment. |
| Find or Create Customer | Finds or creates a customer. | Prevent duplicate customer records by checking before creation. |
| Find or Create Product | Finds or creates a product. | Ensure missing products are created automatically. |
| Find or Create Customer’s Address | Finds or creates a customer’s address. | Ensure valid customer addresses exist during checkout automation. |
📚 API Reference
BigCommerce API Documentation
🧪 Test Account Access
You can create a free BigCommerce trial at https://www.bigcommerce.com/essentials/free-trial/
🧑💻 New to Activepieces?
Activepieces is the leading open-source AI automation platform.
We have many apps (called Pieces) available within the builder and as MCPs.
These apps are built using our TypeScript framework and are simple to create.
Once merged, your app becomes available both in our automation builder and as MCPs for AI agents and clients.
We welcome and encourage contributions!
Start building here: Activepieces Developer Guide