> For the complete documentation index, see [llms.txt](https://shoppad.gitbook.io/tracktor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shoppad.gitbook.io/tracktor/troubleshooting/order-alerts-troubleshooting-statuses.md).

# Order Alerts: Troubleshooting Statuses

In the Tracktor dashboard, you can sort your orders and fulfillments by **Alerts** under the **Orders and Fulfillments** section.

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

### What do these shipping alerts mean?

**Shipping Exception**

A Shipping Exception means the carrier is experiencing an issue with the package. This could be a delivery problem, an incorrect address, or the package may have been returned to the sender.

We recommend checking the tracking information for details and following up with the customer to let them know about the delay and next steps.

**Failed Attempt**

A Failed Attempt means the carrier tried to deliver the package, but no one was available to receive it.

We recommend reaching out to the customer to help coordinate a redelivery before the package is returned to the sender.

**Pending Details**

A Pending Details alert means the carrier has not yet updated the tracking information. This can happen when a shipment is newly created or when the carrier is not correctly mapped.

We recommend checking with your supplier to confirm the order has shipped. If it has shipped but tracking is still not updating, \[[read this document to learn how to use Tracktor's carrier mapping feature](/tracktor/readme/setting-up-carrier-mapping.md#setting-up-carrier-mapping).]

**Tracking Expired**

A Tracking Expired alert means the carrier no longer has tracking information on this order. This happens when a tracking number has been deleted or 30 days have passed since the last update.

If the order has not yet been delivered, we recommend re-fulfilling the order in Shopify with an updated tracking numbe, or reaching out to the carrier directly for more information.

**Needs Attention**

A Needs Attention alert means Tracktor is unable to retrieve tracking information for this order. This is usually because the tracking number was recently created and hasn't entered the carrier's system yet, the tracking number is invalid, or the wrong carrier is assigned.

**Troubleshoot**

* Check the order in your Shopify **Orders** section. If the order is not fulfilled with a tracking number, \[[fulfill the order with a tracking number to resolve the issue](/tracktor/troubleshooting/replacing-an-orders-old-tracking-number-with-a-new-tracking-number.md).]
* If the order is fulfilled and has shipped but still shows Needs Attention, the carrier may not be supported by Shopify and will need to be mapped in Tracktor. \[[Follow these steps to set up carrier mapping.](/tracktor/readme/setting-up-carrier-mapping.md#setting-up-carrier-mapping)]
* If the order has not yet shipped, no action is needed. Tracking will update automatically once it enters the carrier's system.

**Cancelled Status**

A Cancelled alert means the tracking or order has been cancelled. Check the order in Shopify for more details and follow up with the customer as needed.


---

# 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://shoppad.gitbook.io/tracktor/troubleshooting/order-alerts-troubleshooting-statuses.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.
