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 * } * ```