Install the BigCommerce app in Business Central
Go to extension management, AppSource galery, search for the Tinx BigCommerce Connector, install the app in BC.
Create token in BigCommerce for connection
Go to the backend of BigCommerce - Settings - API - Account-level API Accounts: you will be directed to this page: https://accounts.bigcommerce.com/tokens
Enter token and endpoint in Business Central
Open the Sales Channel page for BigCommerce (available after installation of the app), write down the Bearer token.
Identify your store code in the BigCommerce backend url. The API Endpoint is like this:
https://api.bigcommerce.com/stores/{your-own-store-code}/
That's it! Now you can start syncing data: link to the quickstart.
BigCommerce API Reference
Information about the API of BigCommerce can be found here. These API's are the basics of the connection between Business Central and BigCommerce.
BigCommerce provides a REST and GraphQL API, the Tinx app is using the REST API.