📍 Bolt Help / Integrations / Shipping / Connect Route with Bolt
Connect Route with Bolt
Learn how to connect Route with Bolt.

Route is a delivery insurance system. Shoppers can add shipping protection to their carts, if a merchant is using the Route Add-on.

Merchants can add Route as a product add-on after they set up their Bolt integration.

When using the Dynamic Add-on for Route, the checkout total is calculated by calling one of Route’s servers to get the total price including the added cost of Route’s insurance service.

Availability
BigCommerce, Adobe/Magento 2, WooCommerce

Set Up Route for Adobe/Magento 2 or WooCommerce

Before You Start

Step 1: Obtain Route Public Key

  1. Log into the Route dashboard and navigate to Admin > Settings > Store Details.
  2. Find the Public Token and copy the value for use in a later step.

Step 2: Add Public Key to Bolt

  1. Log in to the Bolt Merchant Dashboard.
  2. Navigate to Settings > Checkout.
  3. Find Product Add-Ons in Checkout and toggle + Enable Route Integration to Enabled .
  4. A module appears in the add-ons section with Route configurations pre-filled.
  5. Click Add and enter your Public Key from Route into the provided field.
  6. Click Save.

TIP

Shoppers can see dynamically priced Route shipping insurance as an add-on during checkout.

Set Up Route for BigCommerce

INFO

These instructions are only for merchants using BigCommerce.

Before You Start

  • Install one of the following BigCommerce integrations:
    • • Fraud Only
    • Checkout
    • • BigCommerce One-Click
  • Add Bolt Scripts to your BigCommerce store.
  • Submit your Route Public Key to Bolt.
  • Grant Bolt’s team access to your BigCommerce store via dev@bolt.com.
  • Contact your Bolt customer success manager (CSM) and request that they enable Route. A Bolt admin will enable the following feature flags:
    • product add-ons at checkout
    • Enable Route integration

Obtain Route Public Key

Click to expand.

Installation

  1. Install the Route App to your BigCommerce storefront.
  2. Add the following to all connect.js scripts across your pages:
data-storefront-api-token="{{settings.storefront_api.token}}"
route-public-token="PUT ROUTE PUBLIC TOKEN HERE"
  1. Review the script. It should look like this:
<script
id="bolt-connect"
type="text/javascript"
src="https://connect.bolt.com/connect-bigcommerce.js"
data-publishable-key="PUBLISHABLE KEY"
data-shopping-cart-id="BigCommerce"
data-storefront-api-token="{{settings.storefront_api.token}}"
route-public-token="PUT ROUTE PUBLIC TOKEN HERE"
  1. Make sure that the script for automatically reloading the Bolt cart is correct. The correct script should include the following code snippet:
if (newPrice !== totalPrice && window.BoltCheckout && window.BoltCheckout.reloadBigCommerceCart ) {
          window.BoltCheckout.reloadBigCommerceCart();
      }
  1. Publish the theme.

Add Route as Bolt Product Add-on

  1. Log in to the Bolt Merchant Dashboard.
  2. Navigate to Settings > Checkout.
  3. Find Product Add-Ons in Checkout and toggle + Enable Route Integration to Enabled .
  4. A module appears in the add-ons section with Route configurations pre-filled.
  5. Click Add and enter your Route Public Key into the provided field.
  6. Click Save.

Route Integration

Shoppers can now see dynamically priced Route shipping insurance as an add-on during checkout.

Filter by Section
Filter by Topic