fix(core-flows): fix shipping_total showing as 0 in createFulfillment method (#13704)

Fixes #13454
This commit is contained in:
Nicolas Gorga
2025-10-07 13:47:49 -03:00
committed by GitHub
parent 51859c38a7
commit 86c975258b
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/core-flows": patch
---
fix(core-flows): fix shipping_total showing as 0 in createFulfillment method

View File

@@ -442,6 +442,7 @@ export const createOrderFulfillmentWorkflow = createWorkflow(
"shipping_methods.id",
"shipping_methods.shipping_option_id",
"shipping_methods.data",
"shipping_methods.amount",
],
variables: { id: input.order_id },
list: false,