Custom Email Tool (Email Management)
Applies to: Merchants using Global-e’s Custom Email Tool (Email Management) to send order emails. What: Add a Right of Withdrawal link to your Global-e email templates so EU customers can exercise their 14-day withdrawal right.Prerequisites - Email Management
- Email Management active for your account
- Basic HTML editing skills
Email types to update - Email Management
- Order Confirmed
- Order Dispatched
- Order Dispatched Partially
- Order Delivered to Store
Steps - Email Management
- Log in to the Global-e Merchant Portal → Configuration → Email Management.
- Use the Email Type dropdown and pick one.
- Template (HTML) → Download Current. Save the .html file and open it in your HTML editor.
-
If you want to translate the link label to other languages:
- Text Resources (Excel) → Download Current
- Add a new line: ResourceKey = TR_withdrawal_label, e.g. English – United Kingdom = Withdraw this order (or your preferred wording)
- Add translations in the appropriate language columns.
-
How the link works:
- The placeholder WithdrawalUrl is the URL — Global-e fills this dynamically per order.
- The link text is what the shopper sees (e.g. “Withdraw this order”).
- You combine them in an anchor tag.
If you skipped Step 4 (Text Resources), replace{{TR_withdrawal_label}}in the code above with your preferred link label (for example, Withdraw this order). - Template (HTML) → Upload New… → your edited file. If you changed Text Resources, Upload New… the Excel file too.
- Stay in Draft → Save Changes → Preview an Order using an EU ship-to Order ID. Check Desktop and Mobile previews.
- Send Test → your inbox. Click the withdrawal link and verify it works.
- Publish / Publish Changes → confirm Published for that email type.
- Repeat Steps 2–9 for all email types listed above.
Shopify notification emails
Applies to: Shopify merchants who manage their own notification emails (not using Global-e email templates). What: Add a Right of Withdrawal link to your Shopify notification emails so EU customers can exercise their 14-day withdrawal right.Prerequisites - Shopify
- Shopify Admin access
- Basic HTML editing skills
- Your return page URL (ReturnGO, Global-e Returns Portal, or external vendor link)
Email types to update - Shopify
- Order confirmation
- Shipping confirmation
- Shipping update
- Delivery confirmation (if applicable)
Steps - Shopify notification emails
- Shopify Admin → Settings → Notifications → Customer notifications → select the email to edit. Shopify Admin navigation to Customer notifications email templates
- Select the email template, then click Edit code. Shopify email template Edit code button
-
Choose one of the two options:
Option A — Show link for ALL countries: At the top of the file, insert this code and replace
https://YOUR-WITHDRAWAL-URL-HEREwith your withdrawal pageLiquid code block at top of Shopify email template Option B — Show link only for specific countries (recommended): At the top of the file, insert this country-conditional code block. The example shows DE, FR, IT — replace with the countries you need.EU/EEA country codes: AT, BE, BG, CY, CZ, DE, DK, EE, ES, FI, FR, GR, HR, HU, IE, IS, IT, LI, LT, LU, LV, MT, NL, NO, PL, PT, RO, SE, SI, SK, XI Replacehttps://YOUR-WITHDRAWAL-URL-HEREwith your withdrawal page URL:- ReturnGO or Global-e Returns Portal: Use your store’s return page URL.
- External return vendor: Use the withdrawal link from your vendor.
- URL.
-
Search for
footer__cellin the template. Inside the footer, afterdisclaimer__subtext, add the withdrawal link code using the{{ withdrawal_label }}value:Withdrawal link added in Shopify email footer - Click Save. Repeat Steps 1–4 for all four email types listed above.
Testing checklist
- EU ship-to order: link appears in email
- Non-EU order: link does not appear (Option B) or appears (Option A)
- Link opens correct withdrawal page
- All four email types updated

