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

Add missing group parameter in Inventory REST tutorial #7390

Merged
merged 2 commits into from
Jun 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: tutorial
group: rest-api
title: Step 7. Create a cart and add products to it
subtitle: Order processing with Inventory Management
menu_title: Step 7. Create a cart and add products to it
Expand Down
1 change: 1 addition & 0 deletions src/guides/v2.3/rest/tutorials/inventory/create-invoice.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: tutorial
group: rest-api
title: Step 10. Create an invoice
subtitle: Order processing with Inventory Management
menu_title: Step 10. Create an invoice
Expand Down
1 change: 1 addition & 0 deletions src/guides/v2.3/rest/tutorials/inventory/create-order.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: tutorial
group: rest-api
title: Step 9. Create an order
subtitle: Order processing with Inventory Management
menu_title: Step 9. Create an order
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: tutorial
group: rest-api
title: Step 12. Create a shipment
menu_title: Step 12. Create a shipment
subtitle: Order processing with Inventory Management
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: tutorial
group: rest-api
title: Step 8. Prepare for checkout
subtitle: Order processing with Inventory Management
menu_title: Step 8. Prepare for checkout
Expand Down
1 change: 1 addition & 0 deletions src/guides/v2.3/rest/tutorials/inventory/run-ssa.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: tutorial
group: rest-api
title: Step 11. Run the Source Selection Algorithms
subtitle: Order processing with Inventory Management
menu_title: Step 11. Run the Source Selection Algorithms
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: tutorial
group: rest-api
title: Step 1. Configure your environment
subtitle: Order processing with Inventory Management
menu_title: Step 1. Configure your environment
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: tutorial
group: rest-api
title: Step 7. Create a cart and add products to it
subtitle: Order processing with Inventory Management
menu_title: Step 7. Create a cart and add products to it
Expand Down
1 change: 1 addition & 0 deletions src/guides/v2.4/rest/tutorials/inventory/create-invoice.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: tutorial
group: rest-api
title: Step 10. Create an invoice
subtitle: Order processing with Inventory Management
menu_title: Step 10. Create an invoice
Expand Down
1 change: 1 addition & 0 deletions src/guides/v2.4/rest/tutorials/inventory/create-order.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: tutorial
group: rest-api
title: Step 9. Create an order
subtitle: Order processing with Inventory Management
menu_title: Step 9. Create an order
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: tutorial
group: rest-api
title: Step 12. Create a shipment
menu_title: Step 12. Create a shipment
subtitle: Order processing with Inventory Management
Expand Down
1 change: 1 addition & 0 deletions src/guides/v2.4/rest/tutorials/inventory/create-stock.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: tutorial
group: rest-api
title: Step 3. Create stocks
subtitle: Order processing with Inventory Management
menu_title: Step 3. Create stocks
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: tutorial
group: rest-api
title: Step 8. Prepare for checkout
subtitle: Order processing with Inventory Management
menu_title: Step 8. Prepare for checkout
Expand Down
1 change: 1 addition & 0 deletions src/guides/v2.4/rest/tutorials/inventory/run-ssa.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: tutorial
group: rest-api
title: Step 11. Run the Source Selection Algorithms
subtitle: Order processing with Inventory Management
menu_title: Step 11. Run the Source Selection Algorithms
Expand Down