Przejdź do głównej zawartości

Interface: CartExpiredEvent

Properties

cause

cause: unknown

Original error that triggered recovery (or recreate failure).


oldCartId

oldCartId: string | null

Cart id present in the cookie immediately before clearing (null if cookie was empty).


operation

operation: string

Operation name from CartRecoveryOperation.name if provided, otherwise 'unknown'.


reason

reason: CartRecoveryFailureReason

Why recovery did not produce a usable cart for the caller.