Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit b1ee7dc

Browse files
committed
checkpoint
1 parent 3499fcb commit b1ee7dc

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

guides/v2.3/rest/tutorials/msi-order-processing/assign-source-to-stock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Magento returns empty array.
9696
**Required:** After you have assigned a source to stock, use the following command to perform a full reindex and flush the cache. This is required!
9797

9898
``` bash
99-
php bin/magento indexer:reindex && php bin/magento cache:flush
99+
bin/magento indexer:reindex && php bin/magento cache:flush
100100
```
101101

102102
### Verify this step

guides/v2.3/rest/tutorials/msi-order-processing/configure-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ For this tutorial, we'll assume that payment and shipping methods are configured
117117
**Required:** Perform a full reindex and flush the cache.
118118

119119
``` bash
120-
php bin/magento indexer:reindex && php bin/magento cache:flush
120+
bin/magento indexer:reindex && php bin/magento cache:flush
121121
```
122122

123123
## Verify this step

guides/v2.3/rest/tutorials/msi-order-processing/index.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: tutorial
33
group: rest-api
4-
title: Order Processing with Multi Source Inventory
4+
title: Order Processing with Inventory Management
55
menu_title: Initial tasks
66
menu_order: 0
77
level3_subgroup: msi-tutorial
@@ -15,18 +15,15 @@ functional_areas:
1515
### Before you begin
1616
{:.tutorial-before}
1717

18-
This tutorial builds upon the workflow described in the [Order Processing with REST APIs tutorial]({{ page.baseurl }}/rest/tutorials/orders/order-intro.html). The Order Processing with Multi Source Inventory (MSI) tutorial provides additional steps that detail how to create stocks and sources, assign products to a custom source, and run the Source Selection Algorithm to recommend shipping options.
18+
This tutorial builds upon the workflow described in the [Order Processing with REST APIs tutorial]({{ page.baseurl }}/rest/tutorials/orders/order-intro.html). The Order Processing with Inventory Management tutorial provides additional steps that detail how to create stocks and sources, assign products to a custom source, and run the Source Selection Algorithm to recommend shipping options.
1919

20-
For more information about MSI, see the [MSI wiki](https://github.com/magento-engcom/msi/wiki/Overview).
20+
For more information about key inventory features, see [Inventory Management overview]({{ page.baseurl }}/inventory/index.html).
2121

2222
This **13-step tutorial** generally takes **1 hour**.
2323

24-
{:.bs-callout .bs-callout-info}
25-
The Order Processing with MSI tutorial is a draft. It will be expanded to include more steps that show MSI functionality. This tutorial does not currently use the Luma sample store, but later versions will.
26-
2724
### Complete these prerequisites
2825

29-
* Install the latest version of Magento 2.3 Alpha from the [MSI repository](https://github.com/magento-engcom/msi). Additional information is available at [How to get the Magento software](https://devdocs.magento.com/guides/v2.3/install-gde/bk-install-guide.html).
26+
* Install the latest version of Magento 2.3 Beta from the [MSI repository](https://github.com/magento-engcom/msi). Additional information is available at [How to get the Magento software]({{ page.baseurl }}install-gde/bk-install-guide.html).
3027

3128
* Install a REST client. You can use any REST client to send calls to Magento. [Postman](https://www.getpostman.com/) is recommended.
3229

0 commit comments

Comments
 (0)