This is a Webmethods.io community connector for Bigcommerce, a ecommerce platform which allows you to create an online store. The connector uses the Bigcommerce REST API to make HTTP requests to access or modify a resource. The actions supported by this community connector are:
2. Add an order
14. Get Themes
17. View All Coupon
Along with five look up
Learn about other supported actions here.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
This connector requires any Node version between 8.14.0 and 10.14.2.
Note: If you have installed any other Node version on your system, you can:
- Use tools to switch between different versions of Node
-
For Windows, use nvm-windows.
-
For Mac, use homebrew.
- Build your app using your existing Node version and then transpile your code using a transpiler like Babel.
The connector has been built with wmiocli, webmethod.io's iPaaS Connector Builder CLI tool, which must be installed.
To generate store API Credentials, log into the store, then:
Navigate to Advanced Settings > API Accounts > Create API Account. Give the account a name (internal only). In the OAuth Scopes section, select the minimum scopes the app will require. Select Save. A successful save will display a pop-up containing the API credentials that your app will need to run authenticated requests – your Client ID and Access Token. A .txt file containing the same credentials will (on most browsers) automatically download to your computer. This file also contains the base API Path for your store, preconfigured for the v3 API.
The base api path will look something like this: https://api.bigcommerce.com/stores/123456/. In the base path, the store hash is the 123456. This will be used to make API requests.
- Clone the repo
https://github.com/yuvanmytri/webmethods.io-Bigcommerce-Community-Connector.git
. - Run
npm install -g @webmethodsio/wmiocli
. - Login to your webmethods.io tenant using
wmio login
. - Execute
wmio init
to get started. - Finally, execute
wmio deploy
to deploy this connector to your tenant.
Once deployed, it’ll be automatically registered with webMethods.io Integration and will be available to you locally in the Connectors panel under the Services tab.
To test, you can execute wmio test
.
Execute wmio deploy
to deploy this connector to your webmethods.io tenant. And wmio unpublish
to unpublish the published connector app along with triggers and actions associated with the app.
Node v8.14.0 and wmiocli, webmethod.io's iPaaS Connector Builder CLI.
Anshuman Saikia | Dipankar Dutta | Nawajish Laskar
This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details
These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.
Contact us at TECHcommunity if you have any questions.