Integration component for managing BigCommerce products, customers, and orders. Supports OAuth2 authentication for multi-store usage and API tokens as an alternative.

Changelog

2 versions
v1.1.0 Latest
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.1
  • Initial version

Authentication

TypeDetails
API Key
Store Hash (text)
You can find it by login to your BigCommerce Store -> Go to Settings -> Click API Accounts -> Create API Account (V2/V3 Token), in the
Access Token (text)
You can generate it by login to your BigCommerce Store -> Go to Settings -> Click API Accounts -> Create API Account (V2/V3 Token), more information

Actions

12
Create Customer icon

Create Customer

Create a new customer.
Delete Customer icon

Delete Customer

Delete a customer by their customer ID. This action permanently removes the customer from the store.
Delete Product icon

Delete Product

Delete a product by its product ID. This action permanently removes the product from the store.
Find Customers icon

Find Customers

Search customers.
Find Orders icon

Find Orders

Search orders using filters such as status, creation date range, customer ID, email, payment method, and total amount. Returns a maximum of 250 orders with sub-resource inclusion for optimal performance.
Find Products icon

Find Products

Search products.
Create Product icon

Create Product

Create a new product.
Get Product icon

Get Product

Retrieve detailed information for a single product using its product ID. The product ID is usually obtained via the Find Products action.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the BigCommerce API.
Update Customer icon

Update Customer

Update an existing customer's information using their customer ID. Fields typically updated include email, first name, last name, and phone number.
Update Product icon

Update Product

Update an existing product identified by its product ID. Use this endpoint to modify details like name, price, or visibility among others.
Get Customer icon

Get Customer

Retrieve detailed information for a single customer using their customer ID. The customer ID can be obtained from the Find Customers action.