Skip to content
E-commerceReal-timeUpdated May 2026

BigCommerce

BigCommerce product and order operations

BigCommerce is the enterprise-focused alternative to Shopify, often chosen by larger brands that want more control over their templating, headless setups, or B2B-specific features. Ten actions cover the operational core: Create Product, Get Product, List Products, Create Customer, Search Customers, Get Order, List Orders, List Categories, plus the related read endpoints. No triggers today (BigCommerce's webhook system is set up per-store and per-event; native triggers ship in the next release). The integration uses a BigCommerce store API token (generated from your store's API accounts settings). Common patterns: a Stripe Subscription Created creates the matching BigCommerce customer with the subscription tier as a custom field, a Klaviyo segment recalculation triggers a List Orders query for cohort analysis, or a Slack slash command runs Search Customers to look up details mid-conversation. For triggers today, set up BigCommerce's native webhooks (Settings → API → Webhooks) pointing at a Tiny Command HTTP webhook trigger.

0triggers
10actions
≈ 2 minto set up
Freetier · no card
Actions

Do anything BigCommerce can do, from a workflow.

Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.

ActionWhat it does
Create CustomerCreates a new customer in BigCommerce with email (dedupe key), name, addresses, customer group. Useful for "B2B account provisioning from CRM → BigCommerce" workflows where pre-creating customers gates self-serve checkout.
Create ProductCreates a new product with name, SKU, price, description, categories, weight, dimensions. For high-volume catalog management, prefer the batch endpoint via HTTP action. Optional variants array for products with size/colour options.
Get OrderReturns the order by ID with customer, line items, totals, status, shipping/billing addresses. The standard lookup for workflows that received an order ID via webhook and need richer detail before fulfilment.
Get ProductReturns a product by ID with all configured fields, current inventory, categories, custom attributes. Useful for "sync product changes to external CDN" or "validate product exists before linking from another tool" workflows.
List CategoriesReturns the category tree — each category's name, parent, child count, visibility. Useful for resolving category IDs in product-create workflows or for "audit which categories have stale activity" maintenance.
List OrdersPaginated orders with filters by status, customer, date range, total. The base query for "this morning, list yesterday's orders" daily-summary digests and for backfill workflows that catch orders missed during webhook downtime.
List ProductsPaginated products with filters by category, brand, visibility, recently-modified time. For full-catalog syncs to a search index or external storefront, use the recently-modified filter to incrementally pull only changed products.
Search CustomersLookup by partial name, email, company, or customer group. The standard "find before update" pattern for upsert workflows that don't want to create duplicates.
Update Order StatusTransitions an order to a new status (e.g., Pending → Shipped, Shipped → Completed). Useful for "external fulfilment provider confirmed shipment → update BigCommerce status" workflows.
Update ProductPartial update on a product — change price, inventory, description, categories. For bulk catalog updates, prefer the batch endpoint via HTTP action. Useful for "ERP price update → push to storefront" sync workflows.
Recipes

Pre-built BigCommerce workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect BigCommerce once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every BigCommerce field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

Questions about the BigCommerce integration.

If we missed yours, ping support. We usually reply within an hour.

How do I connect BigCommerce to Tiny Command?
Open the Tiny Command workflow builder, drop in a BigCommerce node, and click Connect. Authorize BigCommerce once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What BigCommerce triggers does Tiny Command support?
Tiny Command focuses on outbound actions for BigCommerce today. Use Tiny Command's universal Webhook or Schedule trigger to start BigCommerce workflows, then run any BigCommerce action you need.
What BigCommerce actions can I run from a workflow?
10 BigCommerce actions are available out of the box, covering e-commerce operations like "Create Customer". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the BigCommerce integration real-time?
BigCommerce actions execute synchronously inside your workflow. Tiny Command waits for BigCommerce's API to confirm before continuing to the next step, so downstream nodes can rely on the result.
Do I need to write code to use BigCommerce with Tiny Command?
No. Every BigCommerce trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any BigCommerce API endpoint directly.
How much does the BigCommerce integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The BigCommerce integration itself has no per-app surcharge.
Related

More e-commerce apps people connect.

Same category as BigCommerce, ordered by how often teams pair them. Hover the carousel to pause.

Do more with BigCommerce.

Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.