Articles on: Notifications
This article is also available in:

Shopify Shipping Confirmation & Shipping update Email Redirection Setup Guide

By default, the tracking links in "Shipping confirmation" and "Shipping update" notification emails sent from the Shopify admin directly point to the carrier's official website.


Through the setup in this guide, you can modify these links to redirect to your 17TRACK Tracking Page, providing customers with a unified, branded tracking experience.


📌 Note: This feature requires manually editing the Shopify email template code. If you are unsure about editing code, it is recommended to back up the original code before proceeding or consult with your technical team member.


I. Setup Steps



  1. Log in to your 17TRACK backend.
  2. Navigate to 「Tracking Page」「Manage tracking page URLs」.
  3. Copy your unique Tracking Page link.




Step 2: Access Shopify Email Template Settings


  1. Log in to your Shopify admin.
  2. Go to 「Settings」「Notifications」「Customer Notifications」.
  3. Find the 「Shipping confirmation」  and 「Shipping update」 email template and click the 「Edit Code」 button on its right.








Step 3: Edit the Email Template Code


  1. In the code editor, use Ctrl + F (Windows) or Cmd + F (Mac) to search for the keyword tracking_url.
  2. Locate the code line containing href="{{ fulfillment.tracking_url }}".
  3. Replace the content between the quotation marks " in href="xxxxxx" (which is {{ fulfillment.tracking_url }}) with the following format:

Your store tracking page link + ?nums={{ fulfillment.tracking_numbers.first }}.


  1. Click the 「Save」 button in the top right corner.




II. How "Shipping confirmation" Emails Are Triggered


"Shipping confirmation" emails are automatically triggered by the Shopify system when you fulfill an order and choose to send a notification.


  • When you complete the order shipment (fulfillment) process in the Shopify admin, the system provides an option to "Send a notification to the customer".
  • You can choose to check or uncheck this option as needed, deciding whether to send an email for that specific shipment.
  • If you choose to send it, the tracking link in the email will use your configured redirection rules to guide customers to your 17TRACK Tracking Page.




📌 Note:This modification only applies to emails sent after the setup is complete. Previously sent emails are not affected.

Updated on: 15/04/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!