14 lines
497 B
Plaintext
14 lines
497 B
Plaintext
import { ChildDocs } from "docs-ui"
|
|
|
|
export const metadata = {
|
|
title: `Medusa Core Workflows Reference`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
This section of the documentation provides a reference to the core workflows created by Medusa. These workflows are used in the Store and Admin API routes, and you can use them in your customizations.
|
|
|
|
All workflows and steps in this reference are exported by the `@medusajs/medusa/core-flows` package.
|
|
|
|
<ChildDocs childLevel={2} hideItems={["Overview", "Steps"]} />
|