Skip to main content

Documentation Portal

Configuration

Integration Features

Feature

Description

Country and Currency Switcher

Choose over 200 countries with default or free currencies (which can be replaced by a custom implementation)

Currency Conversion

View prices in local currency with up-to-date conversion rates, country coefficients, rounding rules, and currency symbols

Duty and Tax Calculations

Country and continent-specific duty and tax calculations

Delivery Cost

Dynamic delivery cost calculations based on country

Multiple Shipping Options

Country-specific shipping options from standard to express

Local Payment Methods

Choose from the most popular payment methods for each country

Promotions

Manage promotions for Global‑e operated countries

Customer Service

View and manage Global-e Orders through the Customer Services Tool

Examples
Features_Example1.png
Features_Example2.png
High-Level Flow
High-level_flow.svg

Sample Reference Architecture
Sample_Reference_Architecture.svg

Integration Overview Before Global‑e
Integration_Overview_Before_GE.svg

Customer Journey (Technical)
Customer_Journey_Technical.svg
Integration Overview with GE - Customer Browsing
Integration_Overview_with_GE_Customer_Browsing.svg

Integration Overview with Global‑e - Order Creation
Integration_Overview_with_GE_Order_Creation.svg
Client-side Includes
Client-side_Includes.svg
BigCommerce Order List
BC_Order_List.png

BigCommerce Order Details
BC_Order_Details.jpg
  • The order is created as domestic

  • The international details are stored in staff notes

Integration Overview with Global‑e
Order Dispatch
Integration_Overview_with_GE_Order_Dispatch.svg

Marketing, Analytics, and Communication

Item

Handling

Google shopping feed

Leverage existing feeds and new feeds for Global‑e operated destinations leveraging the Global‑e cartridge or price feed API

Analytics and tracking

Review current trackers and analytics integration to build the associated data layer and triggers using the Global‑e checkout callbacks

Email Communications

Transactional emails provided by Global-e and suppressed on the merchant side

All marketing material and communications remain with the brand

Analytics and Tracking Pixels - Client SDK
WC_BA_GA_Tracking_Pixels_-_Client_SDK.svg
Conversion Tracking Server-Side

Google Analytics solution hosted by Global‑e OR through a JavaScript callback from the iframe to the container page.

gle("OnCheckoutStepLoaded", function (data) {
    switch (data.StepId) {
    case data.Steps.LOADED:
        break;
    case data.Steps.CONFIRMATION:
        if (data.IsSuccess) {
            ga('send', 'event', 'order', 'success', 'global-e');
        }
        break;
    }
});
Marketing Feeds

Adjust existing Google feed and new feed for Global‑e markets.

Order Processing

Global‑e-operated orders are created in the e-commerce platform as domestic orders (base currency) with:

  • End Customer transaction currency data

  • End Customer shipping and billing address

  • “Global-e” shipping service(s) – for warehouse dispatch routing – to be mapped in ERP

  • “Global-e” payment provider – for financial/accountancy handling – to be mapped in ERP

  • Both Global‑e and brand platform order numbers referenced on both sides

OMS/ERP Order flow: suppression of current activities on fraud, auth/capture, emails

Shipping documentation (carrier label and invoice) when provided by Global‑e entails:

→ No actual end customer address is required by the Warehouse team and systems

→ Order number documentation allows retrieving from Portal or API

Order Downstream Flow and Dispatch
Order_Downstream_Flow_and_Dispatch.svg
Returns and Refund Management
Returns_Flow.png

The customer submits returns requests directly through the Global-e Returns Portal (Global-e Customer Service Portal).

The Admin can perform returns via the Global-e Merchant Portal Returns screen.

Refunds are executed either via:

→ The Global-e Customer Service Portal

→ Direct API integration with Global-e

To configure the Global-e Application
  1. From the BigCommerce left menu, select Apps > Global-e.

    The Global-e Configuration screen opens.

    Installation-3.png
  2. Configure the following parameters, as required:

    Field/Box

    Description/Steps

    Is Active

    Adds or removes the Global-e includes to or from your site.

    Select Is Active to add the Global-e script includes to your Merchant site.

    Clear the box to delete the Global-e includes from your Pla site.

    Include type

    The Global-e include types are based on the Global-e solutions (Pro, GEM). The default include type is based on the Global-e GEM solution.

    Merchant ID

    Your Merchant Account ID, as recorded in the Global-e system. Example: 899

    Modify your Merchant Account ID, if required.

    Merchant GUID

    The private key of your Merchant Account ID in the Global-e system.

    Example: F978DFEB-FF8C-4EE1-BFDA-68FB1B78E217

    Modify your Merchant Account ID private key, if required.

  3. Click SAVE.

    The Global-e scripts for BigCommerce are added to your Merchant site.