Skip to content

Commit f0b5164

Browse files
author
Jo
committed
first draft
1 parent 21d6f80 commit f0b5164

File tree

10 files changed

+54
-13
lines changed

10 files changed

+54
-13
lines changed

docs/partials/inventory/overview.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
Using Inventories allows you to track stock inventory for products in Elastic Path Composable Commerce at both organization and store levels.
1+
Using Inventories allows you to track stock inventory for products in Elastic Path Composable Commerce at both organization and store level.
22

33
Inventory is the quantity of each product that you have in stock. The inventory service allows you and your business to track inventory, with a transactional historic log, and optionally, manage stock across multiple locations.
44

5-
You manage inventory using both:
5+
You can manage inventory using both:
66

77
- the [Inventories API](/docs/api/pxm/inventory)
88
- [Commerce Manager](/docs/commerce-manager/product-experience-manager/Products/manage-product-inventory).
99

10-
## What is Inventory?
10+
### What is Inventory?
1111

1212
Inventory for each product is tracked using the following values:
1313

1414
- **Total**: The amount of product in stock. This can be expressed by the following equation: Total = Available + Allocated
15-
- **Available**: The amount of product available in stock minus allocated products. This can be expressed by the following equation: Available = Total - Allocated)
15+
- **Available**: The amount of product available in stock minus allocated products. This can be expressed by the following equation: Available = Total - Allocated.
1616
- **Allocated**: The amount of reserved product in stock.
1717
- **Location**: The location of the stock. For each location, this can be expressed by the following equation: Total = Available + Allocated. One or more locations contributes to an aggregated stock total.
1818

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"position": 3,
3+
"label": "Inventory",
4+
"collapsible": true
5+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Characteristics
3+
nav_label: Characteristics
4+
sidebar_position: 30
5+
---
6+
7+
import CharacteristicsOverview from "/docs/partials/inventory/characteristics.mdx";
8+
9+
<CharacteristicsOverview></CharacteristicsOverview>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Managing Inventory
3+
nav_label: Managing Inventory
4+
sidebar_position: 15
5+
---
6+
7+
import ManagingInventory from "/docs/partials/inventory/managinginventory.mdx";
8+
9+
<ManagingInventory></ManagingInventory>

guides/key-concepts/inventory/multi-location/multilocationoverview.mdx

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Multi-Location Inventory
3+
nav_label: Overview
4+
sidebar_position: 10
5+
---
6+
7+
import LocationOverview from "/docs/partials/inventory/multilocation.mdx";
8+
9+
<LocationOverview></LocationOverview>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Transactions
3+
nav_label: Transactions
4+
sidebar_position: 20
5+
---
6+
7+
import TransactionsOverview from "/docs/partials/inventory/transactions.mdx";
8+
9+
<TransactionsOverview></TransactionsOverview>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Inventory Workflow
3+
nav_label: Inventory Workflow
4+
sidebar_position: 25
5+
---
6+
7+
import inventoryWorkflow from "/docs/partials/inventory/workflow.mdx";
8+
9+
<inventoryWorkflow></inventoryWorkflow>

0 commit comments

Comments
 (0)