docs: document missing events in reference (#10779)

This commit is contained in:
Shahed Nasser
2024-12-31 12:44:38 +02:00
committed by GitHub
parent 0e2f608db8
commit 6780ea9f13
11 changed files with 205 additions and 2 deletions
@@ -2,8 +2,10 @@ import { Table } from "docs-ui"
import AuthEvents from "../commerce-modules/auth/events/_content.mdx"
import CartEvents from "../commerce-modules/cart/events/_content.mdx"
import CustomerEvents from "../commerce-modules/customer/events/_content.mdx"
import FulfillmentEvents from "../commerce-modules/fulfillment/events/_content.mdx"
import InviteEvents from "../commerce-modules/user/events/_content/invite.mdx"
import OrderEvents from "../commerce-modules/order/events/_content.mdx"
import PaymentEvents from "../commerce-modules/payment/events/page.mdx"
import ProductEvents from "../commerce-modules/product/events/_content/product.mdx"
import ProductCategoryEvents from "../commerce-modules/product/events/_content/product-category.mdx"
import ProductCollectionEvents from "../commerce-modules/product/events/_content/product-collection.mdx"
@@ -41,6 +43,12 @@ This documentation page includes the list of all events emitted by [Medusa's wor
---
## Fulfillment Events
<FulfillmentEvents />
---
## Invite Events
<InviteEvents />
@@ -53,6 +61,12 @@ This documentation page includes the list of all events emitted by [Medusa's wor
---
## Payment Events
<PaymentEvents />
---
## Product Events
<ProductEvents />