add no_notification to shipment created event (#11836)

This commit is contained in:
OttavioCas
2025-03-14 13:05:14 -03:00
committed by GitHub
parent d24090e0bd
commit 5e892e2f05
@@ -195,7 +195,7 @@ export const createOrderShipmentWorkflow = createWorkflow(
emitEventStep({ emitEventStep({
eventName: FulfillmentEvents.SHIPMENT_CREATED, eventName: FulfillmentEvents.SHIPMENT_CREATED,
data: { id: shipment.id }, data: { id: shipment.id, no_notification: input.no_notification },
}) })
const shipmentCreated = createHook("shipmentCreated", { const shipmentCreated = createHook("shipmentCreated", {