Files
medusa-store/www/apps/user-guide/app/inventory/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

34 lines
905 B
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: `Inventory`,
}
# {metadata.title}
In this document, youll get an overview of the inventory domain of the Medusa Admin.
## Overview
When a product variant's "Manage Inventory" is enabled, inventory items are created for that variant to manage its quantity.
An inventory item has different quantities for each [location](../settings/locations/page.mdx).
<Note>
The following aren't explained within this section of the user guide:
- Item allocation and locations in orders: this is explained in the [Manage Orders guide](../orders/manage/page.mdx).
- Managing general inventory of a product variant: this is explained in the [Manage Products guide](../products/manage/page.mdx).
</Note>
---
## Learn More About Inventory
- [Manage Inventory](./inventory/page.mdx)
- [Manage Reservations](./reservations/page.mdx)