# Order Management

Here, you can view all orders, regardless of whether a Paack shipping option was selected or not.

<figure><img src="/files/7kT4I1q9v9JAaOCEaZnC" alt=""><figcaption></figcaption></figure>

All orders placed in the store will be displayed in this list. If the admin has selected the manual option, they will need to access the app and click the **Create** button to generate a shipping label. \
\
Alternatively, with the automatic option enabled, orders will be fulfilled using default data, and tracking codes and shipping labels will be generated automatically, simplifying the process for the admin to download the labels.<br>

<figure><img src="/files/6PJweiDffhkGPTrPEalN" alt=""><figcaption></figcaption></figure>

**Pick Up Location**: It will show all list of the location which added in the Shopify store.<br>

**Number of Packages**: Admin needs to decide how many packages we need for shipping and based on the package details client needs to be added.<br>

**In the package details**: If the admin is unsure about the length, width, height, weight, or barcode, these fields can be left empty. However, if the admin has this information, it should be provided to ensure a Paack can accurately generate the shipping label.\
\
When the admin clicks the **Generate** button, the tracking ID is created, the shipping label becomes available for download, and the order is marked as fulfilled.\
\
![](/files/5PCrMGTF9tGoK1OVEsbZ)

\
**Once the shipping label is successfully generated, the admin can view the details, but they will no longer be editable.**

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

**Additionally, the admin can directly download the shipping label from the order list and access the tracking URL by simply clicking on the tracking ID.**


---

# 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://paack.gitbook.io/paack-app/app-installation/order-management.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.
