fix(core-flows): pass metadata on order fulfillment create (#9974)
CLOSES SUP-109 CLOSES https://github.com/medusajs/medusa/issues/9964
This commit is contained in:
@@ -160,6 +160,7 @@ function prepareFulfillmentData({
|
||||
labels: input.labels ?? [],
|
||||
delivery_address: shippingAddress as any,
|
||||
packed_at: new Date(),
|
||||
metadata: input.metadata,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user