www/apps/user-guide/app/inventory/reservations/page.mdx
import { EllipsisHorizontal, ArrowUpRightOnBox, EllipsisVertical } from "@medusajs/icons"
export const metadata = {
title: Manage Reservations in Medusa Admin,
}
In this guide, you’ll learn how to manage reservations in your store.
A reservation is a reserved quantity of an inventory item. Medusa automatically creates reservations for inventory items whose variants are purchased. This ensures that the inventory item is not sold to another customer while the order is being processed. Once the item in the order is fulfilled, the reservation is removed.
You can also manually create reservations for inventory items. For example, you can reserve a quantity of an inventory item for an offline sale or a customer who has requested a reservation.
To view reservations, go to Inventory from the sidebar, then click the Reservations sub-item shown in the sidebar.
In the list, you can see reservation details such as the SKU and reserved quantity. You can also search, filter, and sort the reservations to find the specific item you are looking for.
To create a reservation manually:
To view a reservation's details:
This will open the reservation's details page.
To edit a reservation:
Metadata is custom data that can be associated with the reservation in key-value pairs. This is usually used by developers for custom integrations or to store additional information about the reservation.
To edit the reservation's metadata:
Deleting a reservation is irreversible. If you delete a reservation created for an order, you may need to allocate the item in the order again.
</Note>To delete a reservation: