Skip to content

Commit f6a4587

Browse files
author
Jo
committed
first draft
1 parent 8648543 commit f6a4587

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The Inventory API allows you to optionally manage stock across multiple locations, giving you better control over your inventory and improving stock accuracy. By offering localized stock information and flexible order fulfilment options, you can enhance your customer's shopping experience.
2+
3+
For example, you can use multi-location inventory to support the "Buy Online, Pick Up In-Store" process. Tagging inventory with specific locations, allows you to select a designated location for dispatch when adding stock to a product, ensuring that inventory is accurately tracked and readily available for in-store pickup orders. Multi-location inventory optimizes your fulfillment process by aligning stock with the most appropriate physical locations, improving efficiency and boosting customer satisfaction.
4+
5+
## Setting-up Locations
6+
7+
You can create locations for one or more locations.
8+
9+
- Create locations, including name, description, and GPS location.
10+
- Import stock location positions.
11+
- Delete stock for products at specific locations.
12+
13+
## Managing Inventory Locations
14+
15+
- Merchandizers can explicitly set stock to for locations.
16+
- Merchandizers can change stock.
17+
- Merchandisers can move stock between locations automatically, stock positions can be updated in order with near real-time batch updates.
18+
- Merchandisers can identify the source of a stock position.
19+
- Merchandizers can see if there are failures when updating stock positions.
20+
- Locations can be disabled/enabled.
21+
22+

docs/partials/inventory/overview.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
The Inventory API allows you to manage stock for products at both organization and store levels.
2+
3+
Inventory is the quantity of each product that you have in stock. The inventory service allows you and your business to keep track of inventory, optionally at different locations, and including a transactional historic log.
4+
5+
## What is Inventory?
6+
7+
Inventory for each product is tracked using the following values:
8+
9+
- **Total**: The amount of product in stock. This can be expressed by the following equation: Total = Available + Allocated
10+
- **Available**: The amount of product available in stock minus allocated products. This can be expressed by the following equation: Available = Total - Allocated)
11+
- **Allocated**: The amount of reserved product in stock.
12+
- **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.
13+

0 commit comments

Comments
 (0)