Skip to content

Commit

Permalink
Merge pull request AdobeDocs#198 from AdobeDocs/jh_data_flow_overview
Browse files Browse the repository at this point in the history
Data flows overview
  • Loading branch information
jhadobe authored Apr 26, 2024
2 parents 417c384 + cbde749 commit 30215c1
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/data/navigation/sections/starter-kit.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ module.exports = [
{
title: "Data flows",
header: true,
path: "/starter-kit/customers.md"
path: "/starter-kit/data-flows.md"
},
{
title: "Overview",
path: "/starter-kit/data-flows.md"
},
{
title: "Customers",
Expand Down
Binary file added src/pages/_images/starterkit/data-flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions src/pages/starter-kit/data-flows.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: Data flows overview
description: Learn about the data flow for the Starter Kit.
keywords:
- Extensibility
- App Builder
- API Mesh
- Events
- REST
- Tools
---

import BetaNote from '/src/_includes/starter-kit-beta.md'

<BetaNote />

# Data flow overview

This page describes the data flows that are currently available for Adobe Commerce Extensibility Starter Kit.

The following image indicates the general path of data using the red boxes and lines. The term "Object" in this diagram refers to the objects in Adobe Commerce, for example, Products, Customers, or Orders.

![data flow](../_images/starterkit/data-flow.png)

<InlineAlert variant="info" slots="text"/>

Not all data flows support create, update, and delete operations. Review the specific data flow page for more information.

The starter kit supports the following data flows:

- [Customers](./customers.md)
- [Orders](./orders.md)
- [Products](./products.md)
- [Shipment](./shipments.md)
- [Stock](./stock.md)
2 changes: 1 addition & 1 deletion src/pages/starter-kit/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Learn how scaffolding will empower your teams from the first line of code to pro

<DiscoverBlock slots="link, text"/>

[Existing data flows](./products.md)
[Existing data flows](./data-flows.md)

Integrate quickly and easily using the Starter Kit template, which works with the most common data flows.

Expand Down

0 comments on commit 30215c1

Please sign in to comment.