Skip to content
Back to Site

BigCommerce API Connection

Prepare BigCommerce API account details for the Next-Cart migration service.

A valid BigCommerce API connection gives Next-Cart the authorized platform access required by the selected migration path.

The goal is to create a store-level API account and prepare the values Next-Cart needs for connection testing.

Use this guide when:

  • the selected platform is BigCommerce;
  • Next-Cart asks for BigCommerce API credentials;
  • you can access the BigCommerce store control panel;
  • you can create or manage store-level API accounts.
RequirementWhy it matters
Store control panel accessStore-level API accounts are created from the BigCommerce control panel.
Permission to manage API accountsYou need permission to create or delete store-level API credentials.
Migration scopeAPI scopes should cover the data types selected for migration.
Secure credential handlingClient secrets and access tokens should be protected.
ValueWhere to find itNotes
API PathStore-level API account credentials file or credential screen.This is the store API URL.
Access TokenStore-level API account credentials.Most REST requests use this token.
Client IDStore-level API account credentials.Enter it if Next-Cart asks for it.
Client SecretStore-level API account credentials, if requested.Treat it as sensitive. Enter it only if Next-Cart asks for it.
  1. Sign in to the BigCommerce control panel.
  2. Open Settings.
  3. Open Store-level API accounts.
  4. Create a new API account.
  5. Choose a store-level API credential type when prompted.
  6. Use a clear name such as Next-Cart Migration.
  7. Grant the minimum read permissions needed for the selected migration scope, such as Products, Customers, Orders, and Store Information.
  8. Save the API account.
  9. Download the credentials file if BigCommerce provides one.
  10. Copy the API Path, Access Token, and Client ID if requested by Next-Cart.

In Next-Cart, enter the BigCommerce API Path, Access Token, and Client ID if the field appears.

Use values from the API account created for the store in the purchased migration path.

Next-Cart has the BigCommerce store-level API details required for connection testing.

CheckPass condition
API accountThe API account exists in the BigCommerce control panel.
API PathThe API Path is copied from the credential screen or credentials file.
Access TokenThe token is copied exactly and protected.
ScopesThe account has access to the selected data types.
Connection testNext-Cart verifies access without authentication or scope errors.
IssueWhat to check
Access token rejectedRe-copy the token from the credential file or create a new API account.
API Path rejectedConfirm the API Path belongs to the intended store.
Scope or permission errorGrant the required store resource scopes or create a new API account with the correct permissions.
Client ID requested but missingCheck the credentials file and enter the Client ID if Next-Cart asks for it.
Credentials exposedDelete the API account and create a new one.

After migration work is complete and verified, delete the temporary BigCommerce API account if it is no longer needed.

Deleting an API account is not reversible. Confirm that no other integration depends on it before deletion.

SituationGo to
API values are readyVerify Platform Connections
You need general API setup guidanceSet Up an API Connection
The connection test failsTroubleshoot Connection Setup