# Orders List

The Orders tab allows for visibility on placed orders from an eCommerce system. Information is presented in a tabular format, sortable by Date and Status.<br>

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

The listing may also be filtered by Customer Name, Customer Address, and eCommerce ID, or by Status<br>

<figure><img src="/files/xbzITlkI9ZGZ0f723ff2" alt="" width="249"><figcaption></figcaption></figure>

Clicking into a specific order presents all relevant order information, allows the user to update the status, and provides a path to opening each ordered catalog item with the configuration specified in the order.<br>

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

🛍 **Configuration groups** can be created to store wishlist-style configurations using the extended Orders functionality. To differentiate between “wishlists” and items that have been purchased, Order statuses have been updated to include “List” and “In Cart”. The statuses, individual configurations, and quantities can be updated via Threekit public APIs.This will help keep track of configurations as move through workflows and will enable analytics for configurations and states.<br>

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

Full documentation here: [Orders API.](https://developer.threekit.com/reference/listorders)


---

# 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://community.threekit.com/platform-documentation/org-setup/orders/orders-list.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.
