# Track an outbound shipment

#### The Outbounds list

From the **Outbounds** page you can see all your removal orders with their current status, creation date, and processed items count (e.g. 93/93).

Use the **Status dropdown** to filter by status, or search by reference and date.

***

#### Outbound statuses

| Status             | Description                                                                  |
| ------------------ | ---------------------------------------------------------------------------- |
| **Created**        | The removal order has been placed. Our team is preparing the shipment.       |
| **In fulfillment** | Our team is picking and packing your products.                               |
| **In transit**     | The shipment has left the warehouse and is on its way.                       |
| **In delivering**  | The carrier is out for delivery.                                             |
| **Delivered**      | The shipment has been successfully delivered.                                |
| **Exception**      | An issue occurred during delivery (address problem, carrier incident, etc.). |
| **Failed Attempt** | A delivery attempt was made but failed. A new attempt will follow.           |

***

#### Outbound detail view

<figure><img src="/files/43iVEkcyyXBwdIHFRvL8" alt=""><figcaption></figcaption></figure>

Click **`...`** → **"Show more details"** on any outbound row to open the full detail view.

**Shipment summary** — always visible at the top:

| Field             | Description                     |
| ----------------- | ------------------------------- |
| Ships from        | Linkolis warehouse address      |
| Shipment name/ID  | Your outbound reference number  |
| Ship to           | Your delivery or pickup address |
| Shipment contents | Number of SKUs and total units  |
| Shipment status   | Current status                  |
| Creation date     | Date the outbound was created   |
| Updated           | Date of last status update      |

***

**Tab 1 — Track shipment**

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

| Column          | Description                                      |
| --------------- | ------------------------------------------------ |
| Tracking number | Carrier tracking number assigned to the shipment |
| Date of receipt | Date the shipment was delivered                  |
| Status          | Delivery status                                  |

***

**Tab 2 — Shipment contents**

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

| Column           | Description                                  |
| ---------------- | -------------------------------------------- |
| **SKU**          | Product SKU                                  |
| **Product name** | Product name                                 |
| **Requested**    | Quantity requested for retrieval             |
| **Dispatched**   | Quantity actually shipped from the warehouse |

***

#### Other actions

From the **`...`** menu on any outbound row:

* **Export as CSV** — Download the outbound details as a CSV file
* **Report an incident** — Signal a delivery issue to the Linkolis team


---

# 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://docs.linkolis.com/outbounds/track-an-outbound-shipment.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.
