docs: add guide on how to seed data (#9449)

Add a guide on how to seed data using a custom CLI script, with an example to seed products

Closes DOCS-953
This commit is contained in:
Shahed Nasser
2024-10-14 07:08:05 +00:00
committed by GitHub
parent c9ce918982
commit e3dc9eaf0c
6 changed files with 241 additions and 27 deletions
@@ -66,6 +66,12 @@ This chapter provides links to example sections on different Medusa topics.
---
## Custom CLI Scripts
- [Seed Dummy Products](../../advanced-development/custom-cli-scripts/seed-data/page.mdx)
---
## Admin Customizations
- [Send a request to custom API routes from widgets or UI routes](../../customization/customize-admin/widget/page.mdx)