> For the complete documentation index, see [llms.txt](https://doc.uppush.io/uppush/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.uppush.io/uppush/popup-and-automation/push-automation/shipping-journey.md).

# Shipping journey

Shipping Journey allows you to send a notification to your subscriber when their order has been shipped.&#x20;

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

The Shipping Notification can only be sent to the customer who has subscribed before. If the customer hasn't opted-in as a subscriber then we won't be able to send the notification to them.&#x20;

The shipping notification syncs with your Shopify orders dashboard and uses the same tracking link in the notification which is included in that order page. The shipping notification is sent after you mark the order fulfilled.

## To enable shipping notifications and enhance customer experience:

1. Select 'Push Automation' on the Uppush Dashboard.

<figure><img src="/files/0W7uzxeGAGMzrGhm4jrV" alt=""><figcaption></figcaption></figure>

2. Turn on the Shipping Notification using the Toggle&#x20;

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

3. Click on the "Customize" button to edit it further

<figure><img src="/files/6i1rsUx4gXndW2kq6JbV" alt=""><figcaption></figcaption></figure>

4. You can have the report of the notification here. Then you could click "Edit Workflow" to edit the notification further

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

5. Edit the notification as you like and our system will automatically save it for you

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

Your Shipping notifications are set up!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.uppush.io/uppush/popup-and-automation/push-automation/shipping-journey.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
