From 92e3b2b4326ae222eccd0b82377928b6311a7e64 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Fri, 22 Aug 2025 13:08:42 +0300 Subject: [PATCH] chore: fix TSDocs of shipment.created event (#13273) --- packages/core/utils/src/core-flows/events.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/utils/src/core-flows/events.ts b/packages/core/utils/src/core-flows/events.ts index 76f8ee3825..3f774fcf01 100644 --- a/packages/core/utils/src/core-flows/events.ts +++ b/packages/core/utils/src/core-flows/events.ts @@ -796,7 +796,7 @@ export const FulfillmentWorkflowEvents = { * @eventPayload * ```ts * { - * id, // the ID of the shipment + * id, // the ID of the fulfillment * no_notification, // (boolean) whether to notify the customer * } * ```