add no_notification to shipment created event (#11836)

This commit is contained in:
OttavioCas
2025-03-14 17:05:14 +01:00
committed by GitHub
parent d24090e0bd
commit 5e892e2f05

View File

@@ -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", {