diff --git a/packages/core/core-flows/src/order/workflows/create-shipment.ts b/packages/core/core-flows/src/order/workflows/create-shipment.ts index 33600556f8..436c69390c 100644 --- a/packages/core/core-flows/src/order/workflows/create-shipment.ts +++ b/packages/core/core-flows/src/order/workflows/create-shipment.ts @@ -195,7 +195,7 @@ export const createOrderShipmentWorkflow = createWorkflow( emitEventStep({ eventName: FulfillmentEvents.SHIPMENT_CREATED, - data: { id: shipment.id }, + data: { id: shipment.id, no_notification: input.no_notification }, }) const shipmentCreated = createHook("shipmentCreated", {