# Remove the Shipping URL from shipping confirmation emails

Sometimes a shipping URL will display in the Shopify **Shipping Confirmation** email notifications for your store.

[If you do not have the Tracking URL feature enabled](/tracktor/customize-tracktor/update-the-tracking-link.md), this URL will lead customers to the package's carrier website instead of your tracking page. We recommend removing this URL because Tracktor will already direct customers to the tracking page on your store.

Make sure that you have added a [tracking link to your Shopify email templates](/tracktor/readme/help-customers-track-orders.md). This directs your customers to their individual tracking pages on your store.

Follow the steps below to remove the shipping URL from your email notifications.

1\. Starting from your Shopify admin, click on **Settings**, then on **Notifications**.

2\. Open the email template from the list below where you'd like to remove this shipping URL (*Shipping Confirmation*, *Shipping Update*, *Shipping Out For Delivery,* and *Shipping Delivered*).

<figure><img src="/files/ETeFgbfpRDwdytBzw4zE" alt=""><figcaption></figcaption></figure>

3\. Copy the following code snippet.

```
{% if fulfillment.tracking_numbers.size == 1
```

4\. Do a search using the keyboard shortcut (ctrl F or ⌘ F) for the code copied in step 3.

5\. Remove the code shown below (starting with the **{% if fulfillment.tracking\_numbers.size == 1** line and ending with the **{% endfor %}** and **{% endif %}** lines).

<figure><img src="/files/b6YgUVTzUfTW4PXfStY4" alt=""><figcaption></figcaption></figure>

6\. Save your changes.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://shoppad.gitbook.io/tracktor/dropshipping-settings/remove-the-shipping-url-from-shipping-confirmation-emails.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
