Atlas Commerce Connector for BigCommerce - Troubleshooting
Note: This documentation assumes that you have already chosen and deployed the Atlas Commerce Blueprint via our User Portal
Common issues when connecting BigCommerce and running the sync
If the confirm connection operation is failing please make sure your Access Token is correct and that the API Account you setup has the required scopes. The following scopes are required to connect with your credentials, run the product sync, modify the cart and submit product reviews:
Carts => Modify
Content => Read-Only
Products => Modify
Store Inventory => Read-Only
Information & settings => Read-Only
If you are encountering an error with CORS or whereby the WordPress domain is trying to hit endpoints in the plugin that seem to be using the Atlas url for your headless site, please ensure that permalinks are set to Post name or have a custom structure like so:
/%postname%/
If there are errors coming back from the progress endpoints being polled while running the sync it could mean that there was an issue persisting some of the data coming from BigCommerce via Atlas Content Modeler. In this case make sure to check that all of the ACM models are imported and set up correctly. The
acm-blueprint.zip
folder localted in the Atlas Commerce Blueprint repo that was cloned to your repository during the installation will have a property calledmodels
which you can extract into its own file and import again by going to theTools
menu item underContent Modeler
in the WP Admin toolbar.After solving some sync issues, the progress bar on the
Dashboard
menu item underBigCommerce Connection
in the WP Admin toolbar may still be loading or hanging. There is a local storage item with the keyyourdomain.com-bigCommerceSyncProgress
set in the browser when a sync is started. Deleting this by going to your browser dev toolsApplication
>Local Storage
can help clean this up and reset the UI.Check out the demo of Atlas Commerce Blueprint
Try out a sandbox version of Atlas where you can install Atlas Commerce Blueprint