Skip to main content

Getting Started

Before you begin implementing your platform connector, you must complete a few steps to get set up.

Create an account in Bold Account Center

To create an account and connect your store in Bold Account Center, complete the following steps.

  1. On the Bold Account Center login page, click Create account.
  2. Complete the Name, Organization, Email, and Password fields. In this case, Organization usually refers to your company's name. This value is used to identify the stores associated with your account. Create an Account Screenshot
  3. Click Next. You are redirected to a new screen where you can add your first store. Add Custom Store Screenshot
    1. From the Platform drop-down menu, select the Custom option.
    2. Enter your Store URL and use the Currency drop-down to select the currency you want your store to use.
    3. Click Add store.
  4. In the pop-up dialog, you can invite new users to your organization or go to Launchpad, where you can manage your store. Invite Users Screenshot

Create an API access token

Once your store appears in the Bold Account Center, you can log in and create your API credentials. Complete the steps in the Quick Start to create and retrieve both your API access token and shared secret.

When prompted to select access scopes for the API access token, select the scopes shown in the following table and screenshot:

CategoryScopePermissions
CoreProductsRead & Write
CoreCustomersRead & Write
CoreOrdersRead & Write
CoreConnector DestinationsRead & Write

Screenshot showing the Create API Access Token page, with the correct scopes necessary

Configure firewall settings

Many merchants have firewalls in place that restrict incoming and outgoing network traffic, allowing only a predefined set of IP addresses. The nature of a platform connector requires Bold to make calls to your server. For Bold's integrations to function, Bold domains must be able to make requests to your application.

To ensure proper operation, you must configure your firewall settings to allow requests from the following domains or IP addresses:

Calls from Bold to your platform connector come from one of the following domains:
  • https://api.boldcommerce.com
  • https://checkout.boldcommerce.com

Next steps