- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Manage Order Details in Medusa Admin
In this guide, you’ll learn how to find an order’s details page, what information you find on the order details page, and how to manage the order’s details. Order details include the general details, such as customer or address details.
Open Order’s Details#
To open an order’s details:
- Go to Orders from the sidebar.
- Select one of the orders to open its details page.
Order Summary Section#
The Summary section includes the summary of the items the customer purchased as well as totals related to taxes, shipping, and more. Use this section to get a quick overview of the order, create returns, create exchanges, or manage the order’s details as explained later in this guide.
Customer Section#
The Customer section includes the customer’s details, including their contact information and shipping address. Use this section to view and edit the customer’s details pertaining to the order as explained later in this guide.
Activity Section#
The Activity section of the order details page shows a summary of the changes made on the order. That includes payments captured, returned items, shipped items, and more. Use this section to get a quick overview of the order’s history and actions taken on it.
Payments Section#
The Payment section of the order details page includes details related to the order’s payments, showing a full history of the changes in the payment's status. Use this section to view and manage the payments related to the order.
Unfulfilled Items Section#
The Unfulfilled Items section of the order details page includes the details of items that haven't been fulfilled yet. Use this section to view the items that need to be fulfilled and create their fulfillments.
Fulfillment Sections#
For every fulfillment you create, a new fulfillment section is added with its number in the title. The section includes details of the fulfillment. Use this section to view and manage the fulfillment.
JSON Section#
The JSON section is useful for developers to view the raw order data in JSON structure. Developers can use this section to debug and troubleshoot issues related to the order.
To view the JSON structure, click on the icon.
Allocate Order Items Manually#
If Medusa manages the inventory of an ordered item, it reserves or allocates the ordered quantity from the inventory. This ensures that the item's available quantity is reduced by the ordered quantity.
Medusa allocates the ordered quantity from the stock location of the chosen shipping option in the order. For example, if the customer chooses a shipping option that uses a stock location in the US, Medusa allocates the ordered quantity from that stock location.
However, in some cases you may need to allocate an item manually, such as if you edit the order if you changed the inventory management configurations of the item's product variant. You'll find next to the item's name in the Summary section a "Not allocated" badge.
To allocate these items manually:
- Go to the Summary section of the order's details page.
- If one or more items haven't been allocated, you'll find an "Allocate items" button at the bottom of the section. Click on it.
- In the form that opens:
- For the Location field, choose the location to allocate the item from.
- In the Items to Allocate section, enter the quantity to allocate for each item.
- Once you're done, click the "Allocate Items" button.
Edit the Shipping Address#
To edit the shipping address used for an order:
- Open the order details page.
- Click on the icon at the top right of the Customer section.
- Click on "Shipping address" from the dropdown.
- In the side window that opens, update the address details.
- Once you’re done, click on the Save button.
Edit the Billing Address#
To edit the billing address used for an order:
- Open the order details page.
- Click on the icon at the top right of the Customer section.
- Click on "Billing address" from the dropdown.
- In the side window that opens, update the address details.
- Once you’re done, click on the Save button.
Edit Email Address#
You can edit the email address of an order to send order-update notifications to a new email address. This doesn't update the associated customer's address or transfer the order to a new customer. To transfer the order to a new customer, see the Transfer Customer Ownership section.
To edit the email address associated with an order:
- Open the order details page.
- Click on the icon at the top right of the Customer section.
- Click on "Email" from the dropdown.
- In the side window that opens, edit the email address.
- Once you’re done, click on the Save button.
Transfer Customer Ownership#
You can transfer the ownership of an order to another registered customer. This changes the customer associated with the order and sends notifications for order updates to the new customer.
When you transfer the ownership of an order, the original customer will receive a notification, such as an email, requesting their approval for the transfer. The order is transferred to the new customer only after the original customer approves the transfer.
To transfer the ownership of an order to another customer:
- Open the order details page.
- Click on the icon at the top right of the Customer section.
- Click on "Transfer ownership" from the dropdown.
- In the side window that opens, choose the new customer from the dropdown under the "New owner" section.
- Once done, click on the Save button.
The original customer will then receive a notification requesting their approval for the transfer.
Cancel an Order#
You can cancel an order if no actions have been performed on it, such as payment captured or items fulfilled. Canceling an order will change its status to canceled and notify the customer about the cancellation.
To cancel an order:
- Open the order details page.
- In the first section showing the order’s number, click on the at its right.
- Click on Cancel from the dropdown.
- Confirm canceling the order by clicking the “Continue” button in the pop-up.
If the order has been paid for or fulfilled, you'll receive an error message preventing you from canceling the order. Otherwise, the order will be canceled.