Files
medusa-store/www/apps/user-guide/app/orders/page.mdx
2025-02-17 18:16:23 +02:00

35 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
sidebar_autogenerate_exclude: true
---
export const metadata = {
title: `Orders Overview`,
}
# {metadata.title}
The Orders domain is where you'll manage all the orders in your store coming through different channels. You can view an orders information, capture payment, create shipments and fulfillments, register returns or exchanges of the order, and more.
![Orders List](https://res.cloudinary.com/dza7lstvk/image/upload/v1739542797/User%20Guide/Screenshot_2025-02-14_at_4.19.37_PM_czal8i.png)
You can view the list of available orders in your commerce store by clicking on Orders from the sidebar menu.
In the list, you can see order details such as the ID, date, customer, sales channel, and fulfillment and payment status. You can also search, filter, and sort the orders to find the specific order you are looking for.
<Note title="Tip">
Find tips to use lists effectively in [this guide](../tips/lists/page.mdx).
</Note>
---
## Manage Orders
- [Manage Order Details](./manage/page.mdx)
- [Manage Orders Payment](./payments/page.mdx)
- [Manage Orders Fulfillment](./fulfillments/page.mdx)
- [Manage Order Returns](./returns/page.mdx)
- [Manage Order Claims](./claims/page.mdx)
- [Manage Order Exchanges](./exchanges/page.mdx)