This documentation provides a reference to the emitEventStep. It belongs to the @medusajs/medusa/core-flows package.
emitEventStep
@medusajs/medusa/core-flows
Emit an event.
Code1emitEventStep({2 eventName: "custom.created",3 data: {4 id: "123"5 }6})
1emitEventStep({2 eventName: "custom.created",3 data: {4 id: "123"5 }6})
Input