[New Feature] Event generation - Details of the event in payload #9576
sidd-kulk
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Medusa 2.0, we can create subscribers to consume events generated by the framework. These events only have the id of the entity (e.g. product id for product events). There are no related data and attributes included in it. This makes it difficult to snapshot the state of the system at that particular time. Usually, any such events are used as an audit trail, but without a data snapshot, it has limited usability.
Ideal event structure:
`
Beta Was this translation helpful? Give feedback.
All reactions