emitEventStep - Medusa Core Workflows Reference
This documentation provides a reference to the emitEventStep
. It belongs to the @medusajs/medusa/core-flows
package.
Emit an event.
Example#
1emitEventStep({2 eventName: "custom.created",3 data: {4 id: "123"5 }6})
Was this page helpful?