Skip to content

BigCommerce ​

Manage products, orders, and customers on BigCommerce stores.

DetailValue
CategoryE-commerce
Base URLhttps://api.bigcommerce.com/stores/{store_hash}/v3
AuthenticationAPI Key
Endpoints5
Connector keybigcommerce

Using BigCommerce in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick BigCommerce from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /catalog/productsList products
POST /catalog/productsCreate a product
GET /catalog/products/{product_id}Get a product
GET /ordersList orders
GET /customersList customers

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.