> For the complete documentation index, see [llms.txt](https://howto.sellercraft.co/how-to-sellercraft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://howto.sellercraft.co/how-to-sellercraft/oms/sellerwizard/ops-report/simple-ops-report/orders-summary.md).

# Orders Summary

The order summary table can help identify any issues that may be delaying order fulfillment or delivery, such as a high number of orders under "Pending RTS", indicating an issue with delivery.

{% hint style="info" %}
By breaking down orders by age, sellers can easily identify which orders are most urgent and need to be addressed first.
{% endhint %}

<figure><img src="/files/u1CtxkHSaMvvmBtvbdNK" alt=""><figcaption><p>Orders Summary</p></figcaption></figure>

## Controls

1. Filter orders based on shops.
2. Filter orders by a date range.

## Column Definiton

<table><thead><tr><th width="161">Column</th><th>Description</th></tr></thead><tbody><tr><td>Aging Bucket</td><td>The age of the order based on the number of days since it was created.</td></tr><tr><td>Pending RTS</td><td>The number of orders that are pending and ready to be shipped</td></tr><tr><td>Pending Shipped</td><td>The number of orders that have been shipped but are still in transit</td></tr><tr><td>Pending Delivered</td><td>The number of orders that have been shipped and are awaiting delivery</td></tr><tr><td>Total</td><td>The total number of orders in each aging bucket</td></tr></tbody></table>


---

# 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:

```
GET https://howto.sellercraft.co/how-to-sellercraft/oms/sellerwizard/ops-report/simple-ops-report/orders-summary.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.
