You can add a tracking link to your Klaviyo App email templates so that your customers can track their package on your store tracking page by clicking the tracking link in the email.
1ã Navigate to the email template you want to add a tracking link in Klaviyo App.
2ã Add a Track Your Order button (if there isn't already one in there).
3ã Copy and paste the URL
If the prefix of your order number is "#", use this one below
https://yourstorename.myshopify.com/apps/parcelpanel?order={{ event.extra.order_number|urlencode }}&token={{ event.extra.shipping_address.phone|urlencode }}
If it is another prefix, use this one below
https://yourstorename.myshopify.com/apps/parcelpanel?order={{ event.extra.name|urlencode }}&token={{ event.extra.shipping_address.phone|urlencode }}
Note: yourstorename should be replaced with the actual name of your Shopify store.
4ã Save your changes.