From 5e892e2f05df49e8cab6f35d2c9532da07646f7a Mon Sep 17 00:00:00 2001 From: OttavioCas <101123596+OttavioCas@users.noreply.github.com> Date: Fri, 14 Mar 2025 17:05:14 +0100 Subject: [PATCH] add no_notification to shipment created event (#11836) --- packages/core/core-flows/src/order/workflows/create-shipment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", {