fix(core-flows): Avoid checking inventory items on fulfillment cancel for unmanaged inventory variants (#14177)

* Avoid checking existent inventory item on fulfillment cancellation for variants without managed inventory

* Add changeset

* Dismiss existent variant inventory links when updating to unmanaged inventory

* Update input type and step name

* Dismiss inventory when variant is updated to unmanaged inventory

* Review changes

* Fix

* Fix

* Comments

* Include Map to avoid iterating unnecessarily
This commit is contained in:
Nicolas Gorga
2026-01-05 12:11:23 -03:00
committed by GitHub
parent 4bc15b4dc4
commit a464e9d907
8 changed files with 409 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/core-flows": patch
---
fix(core-flows): Avoid checking inventory items on fulfillment cancel for unmanaged inventory variants