chore(core-flows): Emit cart updated event on deleteLineItemsWorkflow (#14466)

* Emit cart updated event upon item deletion

* Add changeset
This commit is contained in:
Nicolas Gorga
2026-01-14 14:38:37 -03:00
committed by GitHub
parent 73631604cc
commit cbc9f3d059
2 changed files with 24 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/core-flows": patch
---
chore(core-flows): Emit cart updated event on `deleteLineItemsWorkflow`