> For the complete documentation index, see [llms.txt](https://docs.lidiacommerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lidiacommerce.com/components/lidia-merchant-console/features/order-management.md).

# Order Management

## Overview

The **Order Management** system allows merchants to track and manage orders from receipt to fulfillment and return. Merchants can view all orders, update their statuses, and manage customer communications from a single interface. The system integrates with logistics providers for seamless shipping and delivery tracking.

## Key Features

* **Order Tracking**: Monitor orders at every stage (processing, shipped, delivered).
* **Shipping and Fulfillment**: Integrate with logistics providers for order fulfillment or manage manual shipments.
* **Returns and Refunds**: Process and manage returns and refunds with built-in tools.

### How to Use

{% hint style="info" %}
Please follow the [link ](/components/lidia-merchant-console/merchant-console-user-guide.md)to access detailed navigation and user guide.
{% endhint %}

1. **Order Tracking**:
   * Access the **Orders** tab from the main dashboard.
   * Each order will display its current status (e.g., Processing, Shipped, Delivered).
   * To update an order status, click on the order ID and select the appropriate status from the dropdown.
2. **Shipping and Fulfillment**:
   * In the order details, select a shipping provider (if integrated) or manually enter the tracking number if shipping is done offline.
   * Generate and print shipping labels directly from the **Shipping** section.
   * Customers can track their deliveries via the automatically provided tracking link.
3. **Returns and Refunds**:
   * Navigate to **Orders** > **Returns** to see any pending return requests.
   * Review the request details and authorize the return if applicable.
   * Refunds can be processed automatically via the integrated payment gateways, or you can issue manual refunds if needed.


---

# 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://docs.lidiacommerce.com/components/lidia-merchant-console/features/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.
