redirectToCheckout( )


Redirects an abandoned checkout to its checkout page.

Method Declaration
Copy
Method Parameters
abandonedCheckoutIdstringRequired

ID of the abandoned checkout.


metasiteIdstringRequired

Metasite ID of the site associated with the abandoned checkout.

Returns
Return Type:Promise<RawHttpResponse>
JavaScript
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?