fix(core-flows): lock mark as delivered fulfillment/order flows (#14111)

* Lock markFulfillmentAsDeliveredWorkflow with fulifllment id

* Lock markOrderFulfillmentAsDeliveredWorkflow by orderId before calling markFulfillmentAsDeliveredWorkflow

* Add changeset
This commit is contained in:
Nicolas Gorga
2025-11-25 06:56:10 -03:00
committed by GitHub
parent 78842af1c3
commit 0e73d8d5e3
3 changed files with 31 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/core-flows": patch
---
fix(core-flows): lock mark as delivered fulfillment/order flows