# Orders

**Orders:** This module presents a table view of orders and provides an admin with all needed tools to administrate orders, offers, and invoices.

![Orders](/files/-MEvaW8tiiqK6WypF_Fe)

Whenever a customer places an order by using the Grocery pro user app those order details will flow here in the admin dashboard.It contains details /information like OrderId,name,status etc .

**Order ID:** An Order ID is a unique number which you'll need to identify and track your orders. Each order receives its Order ID that will not be duplicated. With the help of this Order ID you can get information like; date of the order, shipping status, product details, payment data, etc

**Action**: Here admin of the store can choose various activities like pending, confirmed, out of delivery, canceled, delivere&#x64;**.**

‌**Pending:** Whenever the user places an order from the user app it comes to the admin dashboard until the admin accepts it order status is termed as pending

‌**Confirmed:** Once the admin accepts the order the status is termed as confirmed

‌**Out of delivery:** It means that your package has left the seller/ store and is on its way to be delivered to your specified address

‌**Cancelled:** If the admin wishes to cancel any of the orders he can choose cancelled status from the dropdown.

‌**Delivered:** It means that your package has been **delivered**. Once the package is delivered admin can set the status to delivered.

‌

Admin can also view the order details by clicking on the view icon as displayed in the below screenshots.

![](/files/-MEvacO3HjepZwvCpfb7)

![](/files/-MEvai1yN4JQgu_xK8NA)

![Order Details](/files/-MEvaovVFbd9wPIm9Dad)


---

# 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.ionicfirebaseapp.com/flutter-grocery-app-pro/user-manual-cms/orders.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.
