From 9e19359b5d683c48ff7eaabac039de97da520d33 Mon Sep 17 00:00:00 2001 From: Nicklas Gellner <85512181+MedusaNick@users.noreply.github.com> Date: Fri, 13 Oct 2023 00:27:37 -0700 Subject: [PATCH] docs: fix naming of stock location module (#5368) It seems like we are using "Stock Location module" and not "Stock Level module" --- .../content/modules/multiwarehouse/stock-location-module.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/apps/docs/content/modules/multiwarehouse/stock-location-module.md b/www/apps/docs/content/modules/multiwarehouse/stock-location-module.md index 9db483528f..50decf73b1 100644 --- a/www/apps/docs/content/modules/multiwarehouse/stock-location-module.md +++ b/www/apps/docs/content/modules/multiwarehouse/stock-location-module.md @@ -2,13 +2,13 @@ description: "In this document, you’ll learn about the inventory module, how it works, and its relation to other processes in your commerce application." --- -# Stock Level Module +# Stock Location Module -In this document, you’ll learn about the Stock Level module and how it works. +In this document, you’ll learn about the Stock Location module and how it works. ## Overview -A stock location indicates a physical address that stock-kept items can be stored in. The stock location module handles functionalities related to managing stock locations and their addresses. +A stock location indicates a physical address that stock-kept items can be stored in. The Stock Location module handles functionalities related to managing stock locations and their addresses. Medusa's Stock Location module is a standalone module that can be used in any commerce application, not just in a Medusa backend. This document gives a general overview of how the stock location module is designed, and highlights how the Medusa core orchestrates relations around this module when it's used with the Medusa backend.