127 lines
2.4 KiB
Plaintext
127 lines
2.4 KiB
Plaintext
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"
|
|
import ProductOptionEvents from "../commerce-modules/product/events/_content/product-option.mdx"
|
|
import ProductTagEvents from "../commerce-modules/product/events/_content/product-tag.mdx"
|
|
import ProductTypeEvents from "../commerce-modules/product/events/_content/product-type.mdx"
|
|
import ProductVariantEvents from "../commerce-modules/product/events/_content/product-variant.mdx"
|
|
import RegionEvents from "../commerce-modules/region/events/_content.mdx"
|
|
import SalesChannelEvents from "../commerce-modules/sales-channel/events/_content.mdx"
|
|
import UserEvents from "../commerce-modules/user/events/_content/user.mdx"
|
|
|
|
export const metadata = {
|
|
title: `Events Reference`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
This documentation page includes the list of all events emitted by [Medusa's workflows](../medusa-workflows-reference/page.mdx).
|
|
|
|
## Auth Events
|
|
|
|
<AuthEvents />
|
|
|
|
---
|
|
|
|
## Cart Events
|
|
|
|
<CartEvents />
|
|
|
|
---
|
|
|
|
## Customer Events
|
|
|
|
<CustomerEvents />
|
|
|
|
---
|
|
|
|
## Fulfillment Events
|
|
|
|
<FulfillmentEvents />
|
|
|
|
---
|
|
|
|
## Invite Events
|
|
|
|
<InviteEvents />
|
|
|
|
---
|
|
|
|
## Order Events
|
|
|
|
<OrderEvents />
|
|
|
|
---
|
|
|
|
## Payment Events
|
|
|
|
<PaymentEvents />
|
|
|
|
---
|
|
|
|
## Product Events
|
|
|
|
<ProductEvents />
|
|
|
|
---
|
|
|
|
## Product Category Events
|
|
|
|
<ProductCategoryEvents />
|
|
|
|
---
|
|
|
|
## Product Collection Events
|
|
|
|
<ProductCollectionEvents />
|
|
|
|
---
|
|
|
|
## Product Option Events
|
|
|
|
<ProductOptionEvents />
|
|
|
|
---
|
|
|
|
## Product Tag Events
|
|
|
|
<ProductTagEvents />
|
|
|
|
---
|
|
|
|
## Product Type Events
|
|
|
|
<ProductTypeEvents />
|
|
|
|
---
|
|
|
|
## Product Variant Events
|
|
|
|
<ProductVariantEvents />
|
|
|
|
---
|
|
|
|
## Region Events
|
|
|
|
<RegionEvents />
|
|
|
|
---
|
|
|
|
## Sales Channel Events
|
|
|
|
<SalesChannelEvents />
|
|
|
|
---
|
|
|
|
## User Events
|
|
|
|
<UserEvents />
|