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#

Code
1emitEventStep({2  eventName: "custom.created",3  data: {4    id: "123"5  }6})

Input#

InputInput
Was this page helpful?