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. Create an Account Screenshot
  2. Complete the Name, Organization, Email, and Password fields. Click Next.
    note

    In this case, Organization usually refers to your company's name. This value is used to identify the stores associated with your account.

  3. Bold sends you an email to verify your email address. Verify email screen screenshot
    1. Find the message in your inbox and click Verify email. You will be directed back to Bold Account Center.
  4. Enroll in multi-factor authentication.
    note

    Bold requires you to enroll in multi-factor authentication in order to access the Bold Account Center. You can use an authenticator that either scans a QR code or that requires manually entering a code.

    MFA registration screenshot
    1. If you do not have one already, download an authenticator app (such as Google Authenticator, Microsoft Authenticator, 1Password, Authy, Duo, or others).
    2. In your authenticator app, scan the QR code or manually enter the authentication secret code. Save the authenticator entry.
    3. In your browser, click Continue.
    4. Enter the six-digit code from your authenticator app, and click Continue. Authenticate your account screenshot
  5. Add your first store. Add Store Screenshot
    note

    If your store is already registered in the Bold Account Center, reach out to the administrator of that store and request an invitation. You will receive an email with instructions for joining the store.

    1. Select your platform from the Platform drop-down menu.
    2. Enter your Store URL in the input box.
    3. Use the Currency drop-down to select the currency you want your store to use.
    4. Click Add store.
  6. A message appears to confirm you've successfully added your first store. You can now go to the Account Center Launchpad, or invite users to manage your store. For more information, refer to Invite or Deactivate a user in Account Center. Invite Users Screenshot
note

For help with Bold Account Center, refer to the Help Center.

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