Files
medusa-store/www/apps/user-guide/app/orders/page.mdx
Shahed Nasser 4fe28f5a95 chore: reorganize docs apps (#7228)
* reorganize docs apps

* add README

* fix directory

* add condition for old docs
2024-05-03 17:36:38 +03:00

49 lines
1.6 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`,
}
# {metadata.title}
In this document, youll get an overview of the orders listing page.
## Overview
When customers buy one or more products, their order appears on the Orders page. There, view an orders information, capture payment, create shipments and fulfillments, register returns or exchanges of the order, and more.
The Orders domain also contains draft orders. Draft orders are orders that you create from the Medusa Admin. After you fill out the order and mark it paid, its transformed into an order that appears as part of the Orders page.
---
## View List of Orders
View the list of available orders in your ecommerce 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.
---
## View List of Draft Orders
When you open the Orders page, the Draft Orders sub-item is shown in the sidebar. Click it to view the list of draft orders.
{/* TODO check if the details are correct. */}
In the list, you can see draft order details such as ID, the ID of the order the draft order belongs to, the date, the customer, and the status of the draft order.
---
## Learn More About Orders
- [Manage Order Details](./manage/page.mdx)
- [Manage Orders Payment](./payments/page.mdx)
- [Manage Orders Fulfillment](./fulfillments/page.mdx)
- [Manage Draft Orders](./drafts/page.mdx)
- [Manage Order Returns](./returns/page.mdx)
- [Manage Order Claims](./claims/page.mdx)
- [Manage Order Exchanges](./exchange/page.mdx)
- [Export Orders](./export/page.mdx)