# Tracktor Fulfillment Events

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

When **Notifications** are enabled (found in the **Tracking Page** section), Tracktor tracks specific fulfillment events (also referred as **order statuses**). Tracktor will display packages in their specific fulfillment stage. When the package changes fulfillment stage, Shopify (or the service you use to send out emails) can send an email to the customer. These events display on your tracking page.

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

**Note:** If you decide to disable email notifications on a third party fulfillment service or application like Oberlo, Tracktor will not send out Out For Delivery or Delivered email notifications.

### Fulfillment Events

* **Ordered:** Triggered when the order is placed.
  * When an order is placed, Shopify will send an Order confirmation email. To add a Tracktor tracking link to this email template, follow [these instructions](/tracktor/readme/help-customers-track-orders.md).
* **Order Ready:** Triggered when the order is fulfilled.
  * When an order's status is **Ready**, Shopify will send a Shipping confirmation email (if you select this option). To add a Tracktor tracking link to this email template, follow [these instructions](/tracktor/readme/help-customers-track-orders.md).
* **In Transit:** Triggered when the carrier accepts or picks up the shipment from shipper. The shipment is on the way.
  * Shopify does not send a notification for the **In Transit** fulfillment event.
* **Out for Delivery:** Triggered when the carrier marks the package as **Out for Delivery**.
  * When an order's status is **Out for Delivery**, Shopify will send a **Shipment out for delivery** email. To add a Tracktor tracking link to this email template, follow [these instructions](/tracktor/readme/help-customers-track-orders.md).
  * Shopify will only allow one **Out for Delivery** notification to be sent for each fulfillment. If you have another app installed which sends an **Out for Delivery** notification first, Shopify will not allow Tracktor to send a notification.
* **Delivered:** Triggered when the carrier marks the package as **Delivered**.
  * When an order's status is **Delivered**, Shopify will send a **Shipment delivered** email. To add a Tracktor tracking link to this email template, follow [these instructions](/tracktor/readme/help-customers-track-orders.md).
  * Shopify will only allow one **Delivered** notification to be sent for each fulfillment. If you have another app installed which sends a **Delivered** notification first, Shopify will not allow Tracktor to send a notification.


---

# 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/developer-tools/tracktor-fulfillment-events.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.
