- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
createInvitesWorkflow - Medusa Core Workflows Reference
This documentation provides a reference to the createInvitesWorkflow
. It belongs to the @medusajs/medusa/core-flows
package.
This workflow creates one or more user invites. It's used by the Create Invite Admin API Route.
You can use this workflow within your customizations or your own custom workflows, allowing you to create invites within your custom flows.
Source CodeExamples#
Steps#
Input#
CreateInvitesWorkflowInputDTO
CreateInvitesWorkflowInputDTO
CreateInvitesWorkflowInputDTO
CreateInvitesWorkflowInputDTOinvites
CreateInviteDTO[]The invites to create.
invites
CreateInviteDTO[]Output#
Was this page helpful?