BigCommerce
With BigCommerce modules in Make, you can manage the orders, customers, carts, customer addresses, products, and blog posts in your BigCommerce account.
To use the BigCommerce modules, you must have have a Big Commerce account. You can create an account at bigcommerce.com/start-your-trial/.
Refer to the BigCommerce API documentation for a list of available endpoints.
To establish the connection, you must:
To obtain your Store Hash from your BigCommerce account:
- Under Stores, click on your store name.
- Under the Details section, your Store Hash can be found in the permanent address of your BigCommerce store.If your permanent address is https://store-yourstorehash.mybigcommerce.com, your Store Hash would be yourstorehash.
- Copy the Store Hash value shown and store it in a safe place.
You will use this value in the Store Hash field in Make.
To establish the connection in Make:
- Log in to your Make account, add a BigCommerce module to your Make, and click Create a connection.Note: If you add a module with an instant tag, click Create a webhook, then Create a connection.
- Choose a Connection type, either App or Personal.
- Optional: In the Connection name field, enter a name for the connection.
- In the Store Hash field, enter the Store Hash copied above.
- Depending on the Connection type you chose in step 2 above, fill in the following information:
- Click Save.
- If prompted, authenticate your account and confirm access.
- Log in to your BigCommerce account and in the left navigation click Settings.
- Under API (at the bottom of the page) click Store-level API account > + Create API account.
- Choose your Token type, name your API account, and choose the scopes you will need. Click Save.
- Copy your Client ID, Client secret, and Access token and store them in a safe place.
- Click on My Apps, and then click View Client ID for the app you created.
- Copy your Client ID and Client secret and store them in a safe place.
- If requested, use the following Redirect URI when creating your custom app: https://www.make.com/oauth/cb/bigcommerce.
Client ID and Client secret are required fields.
Access token is a required field.
You have successfully established the connection. You can now edit your and add more BigCommerce modules. If your connection requires reauthorization at any point, follow the connection renewal steps here.
After connecting the app, you can perform the following actions:
Orders
- Watch New Order
- Watch Updated Order
- Watch Updated Order Status
Customers
- Watch New Customer
- Watch Updated Customer
- Create a Customer
- Search Customers
- Update a Customer
- Delete a Customer
Carts
- Watch Abandoned Cart
- Watch New Cart
Customer Addresses
- Watch New Customer Address
- Watch Updated Customer Address
- Create a Customer Address
- Search Customer Address
Products
- Watch New Products
- Create a Product
- Search Products
- Get a Product
- Update a Product
- Delete a Product
Blog Posts
- Create a Blog Post
Other
- Watch New Shipment
- Make an API Call
Note
This app uses webhooks to trigger a Make when an event occurs instantly. All webhook modules have an instant tag next to their name.
When you create a BigCommerce webhook in Make, it is attached automatically and requires no additional set up.