docs: add notes + missing links for user guide (#11621)
* docs: add notes + missing links for user guide * fix build errors * fixes
This commit is contained in:
@@ -8,6 +8,12 @@ export const metadata = {
|
||||
|
||||
In this section of the documentation, you will find resources to learn more about the Product Module and how to use it in your application.
|
||||
|
||||
<Note title="Looking for no-code docs?">
|
||||
|
||||
Refer to the [Medusa Admin User Guide](!user-guide!/products) to learn how to manage products using the dashboard.
|
||||
|
||||
</Note>
|
||||
|
||||
Medusa has product related features available out-of-the-box through the Product Module. A [module](!docs!/learn/fundamentals/modules) is a standalone package that provides features for a single domain. Each of Medusa's commerce features are placed in commerce modules, such as this Product Module.
|
||||
|
||||
<Note>
|
||||
|
||||
@@ -15,6 +15,12 @@ export const metadata = {
|
||||
|
||||
In this guide, you'll learn about the inventory management features related to product variants.
|
||||
|
||||
<Note title="Looking for no-code docs?">
|
||||
|
||||
Refer to this [Medusa Admin User Guide](!user-guide!/products/variants#manage-product-variant-inventory) to learn how to manage inventory of product variants.
|
||||
|
||||
</Note>
|
||||
|
||||
## Configure Inventory Management of Product Variants
|
||||
|
||||
A product variant, represented by the [ProductVariant](/references/product/models/ProductVariant) data model, has a `manage_inventory` field that's disabled by default. This field indicates whether you'll manage the inventory quantity of the product variant in the Medusa application. You can also keep `manage_inventory` disabled if you manage the product's inventory in an external system, such as an ERP.
|
||||
|
||||
Reference in New Issue
Block a user