onAbandonedCheckoutRecovered( )

Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

An event that triggers when an abandoned checkout is recovered (the customer completes the checkout).

The onAbandonedCheckoutCreated() event handler runs when an abandoned checkout is recovered. The AbandonedCheckoutRecoveredEvent object contains information about the abandoned checkout that was recovered, and the event metadata.

Note: Backend events don't work when previewing your site.

Method Declaration
Copy
Method Parameters
eventAbandonedCheckoutRecoveredEvent

Information about the abandoned checkout that was recovered.

Was this helpful?
Yes
No