LogoLogo
MerchantsHelpSign in
  • Overview
    • Countries & Currencies
    • Glopal Solutions Portfolio
  • Getting started
    • Shopify
      • Glopal Duty & Tax for Shopify
      • Shopify Collaborator Access
    • BigCommerce
    • Magento (Adobe Commerce)
      • Magento 1
      • Magento 2
        • Magento Activation
        • Magento Configuration
        • Magento Database Model
    • Visualsoft
    • PrestaShop
  • Marketing Solutions
    • Acquisition channels
      • Integrate Google Ads
      • Integrate Facebook Ads
    • Feed localization
      • Read domestic items
      • Localize the items
      • Upload the localized items
    • Features / Customization
      • Google Shopping countries coverage
      • Filters
      • Free listings
      • Comparison Shopping Services (CSS)
    • Google Ads
      • Conversion tracking
      • Standard accounts structure
      • Launching and monitoring Google Ads campaigns
    • Facebook
      • Facebook & Instagram Shops
      • Catalog Based Campaigns
      • Conversion and Brand awareness campaigns
      • Facebook conversion tracking
    • Email marketing
  • Localization
    • Site localization
      • Content localization
      • Price localization
      • Site search
      • Checkout
      • User account
    • Site discovery
      • Domains and Routing
      • Search engine optimization
      • Geo-localization
      • Country selector
    • Content distribution
      • Site security
      • Domains (DNS)
      • Traffic Splitting
        • Akamai
        • Cloudflare
        • Nginx
        • Microsoft IIS
        • AWS CloudFront
        • Magento Cloud
      • Third-party CDN
        • Cloudflare
      • Site speed
    • Integrations
      • CSS customizations
      • JavaScript customizations
      • Server-side customizations
      • Exclude from localization
      • Integration examples
        • Hiding Products
        • Newsletter Signup
        • Custom Price Logic
  • Checkout
    • Localized checkout
      • Overview
      • Styling
      • Integration
        • Callback Functions
        • Confirmation Page
        • Checkout Analytics
        • Allowlisting Glopal IPs
      • Price localization
    • Order processing
      • Order creation
        • Plug & Play integration
        • Order API
        • Event webhook
        • Custom Integration
      • Cancellation & refund
      • Returns
      • Buyer's communication
      • Customer account
    • Financials
      • EU VAT
  • DUTY & TAXES
    • Product Classification
    • Duty & Tax Calculation
      • Product Pricing
      • Supported Countries
    • Compliance Checks
      • Prohibited Goods
      • Denied Party Screening
  • SHIPPING
    • Order Creation
    • Label Generation
    • Manifest
    • Tracking
  • Translations
    • Translation Editor
  • MERCHANT ACCOUNT
    • Dashboards
      • SEO dashboard
  • What's New
    • Release Notes
Powered by GitBook
On this page
  1. Localization
  2. Site localization

Checkout

PreviousSite searchNextUser account

Last updated 10 months ago

On the localized site, thanks to the Glopal localization solution, buyers are able to browse pages, discover products, and interact with the shopping cart exactly like on the source origin site.

Glopal Checkout

When integrating with , clicking "Proceed to Checkout" (or a similar button) redirects the buyer to Glopal Checkout instead of the usual checkout page. The buyer's cart is transferred to Glopal Checkout.

Here, they can complete their purchase using local payment methods and delivery-duty paid shipping options with duty and tax calculations. Various other features available in Glopal Checkout can also be enabled.

To learn more about cart transfer and integration with the Glopal Checkout, .

Existing Checkout

As an alternative to Glopal Checkout, buyers can complete their purchase using your existing checkout or an external third-party checkout. This flexibility allows you to maintain your current checkout process while still offering a localized shopping experience.

With additional integration, Glopal can also localize your existing checkout, incorporating Glopal localization (translation and price display) as well as calculations directly into your current checkout.

When using your existing checkout, limited analytics data needs to be sent to Glopal for success monitoring and optimization, ensuring the performance and effectiveness of the localized experience.

Glopal provides built-in integration with popular platforms such as , , and Salesforce Cloud Commerce native checkout.

Order Report API

Simple API integration is required for custom platforms to collect order analytics data. Please reach out to your Glopal account manager to receive the endpoint and the API key to start your integration.

Glopal Checkout
click here
Glopal Duty & Tax
Shopify
Magento 2
  • Glopal Checkout
  • Existing Checkout
  • POSTCollect external orders

Collect external orders

post
Path parameters
store_idstringRequired

Store identifier

Body
Responses
200
Successful response
application/json
400
Error response
application/json
post
POST /v2/external-orders/{store_id}/collect HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 234

{
  "orders": [
    {
      "order_id": 198123,
      "order_number": "GL198123",
      "created_at": "2024-07-17T12:59:02.646Z",
      "buyer_currency": "EUR",
      "destination_country": "FR",
      "language": "fr-FR",
      "features": {
        "localization": true
      },
      "summary": {
        "total": {
          "total": 250
        }
      }
    }
  ]
}
{
  "status": "ok"
}