# Orders overview

{% hint style="info" %}
This version is currently available as a [Beta release](/documentation/apps/mobile-app-availability.md) via the Google Play Store. To access it, you need to be enrolled in our beta program. If you'd like to participate, [contact us using our Support portal](https://ocfulfillment.atlassian.net/servicedesk/customer/portal/1/group/11/create/39) to request access.
{% endhint %}

The **Orders overview** is the central workspace of the Store Operations app. It lists all orders for the selected facility and provides access to the individual process steps required to fulfill them.

## **Order list**

Each order displays the short ID, tenant order ID, customer name, target handover time, and carrier. The current process step is indicated by an icon. Orders are sorted by urgency:

* Orders approaching their handover time are marked as urgent
* Orders that have missed their handover time are marked as overdue and shown with a negative time value

<figure><img src="/files/TifmeqCsHnAaXTcs2uL3" alt="" width="188"><figcaption></figcaption></figure>

### **Starting a job from the order list**

Selecting an order starts the corresponding job for the icon shown.

Pick jobs behave differently depending on the picking method. Single order pick starts immediately, while batch and multi-order pick first show a selection screen where additional pick jobs can be added to the pick run before starting. For all other process steps, the user starts the corresponding task.

## **Order icons**

Each icon shows what type of work is involved and how far along it is in the process:

* Shopping cart: Picking
* Wrench: Services
* Box: Packing
* Truck: Ship-from-store (handover)
* Bag: Click-and-collect (handover)

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

The ring around the icon reflects progress:

* No ring: Open
* Partial ring with an orange 3 dot indicator: In progress
* Partial ring with an orange pause indicator: Paused
* Full ring with a green checkmark: Finished
* Partial ring with a green checkmark: Finished with a short-pick

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

## **Order details**

Order details are accessible via the more icon (3 dots) on each order. Depending on the configuration, additional options may be available from this menu. The details screen shows the process steps configured for the order. Tags are displayed at the top. If more than two lines of tags are present, the remaining ones can be expanded.

Steps that are ready to be started are active. Steps that are not yet available are greyed out and shown with a **Waiting** status. Selecting an active step opens the corresponding workflow, just as selecting directly from the order list does.

<div><figure><img src="/files/EKzd9v0avaJSnBuO257U" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/hjV96CzPJJslKGmVLfsi" alt="" width="188"><figcaption></figcaption></figure></div>

## **Search and filter**

Orders can be searched by short ID, tenant order ID, or customer name. If no orders match the search or filter, an empty state is displayed.

<div><figure><img src="/files/gex49wxMFS38StU47ilY" alt=""><figcaption></figcaption></figure> <figure><img src="/files/9KrK5jAEnsB2TDnTOfQR" alt=""><figcaption></figcaption></figure> <figure><img src="/files/xjlvz9EuJbaIJqSlAlAi" alt=""><figcaption></figcaption></figure> <figure><img src="/files/qAOvNsQVuK0lgrkrpjXv" alt=""><figcaption></figcaption></figure></div>

The list can be filtered by process step and by status. Available steps are Picking, Services, Packing, and Handover. Available statuses are Open, In progress, Paused, and Finished. Filters are applied in the order: status first, then process step.

<div><figure><img src="/files/lCesTOlu6LmvpxI4PGVc" alt=""><figcaption></figcaption></figure> <figure><img src="/files/7OsGVBMoKySgeeFOvwQB" alt=""><figcaption></figcaption></figure> <figure><img src="/files/K89J7C0kH2zKosKUXrJ8" alt=""><figcaption></figcaption></figure></div>


---

# 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.fulfillmenttools.com/documentation/apps/store-operations-app-beta/orders-overview.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.
