GET

Redirect To Checkout


Redirects an abandoned checkout to its checkout page.

Endpoint
GET
https://www.wixapis.com/ecom/v1/abandoned-checkout/{abandonedCheckoutId}/redirect-to-checkout

Path Params
abandonedCheckoutIdstringRequired

ID of the abandoned checkout.

Query Params
metasiteIdstringRequired

Metasite ID of the site associated with the abandoned checkout.

Response Object
bodybytes

statusCodeintegerformat uint32

headersArray <HeadersEntry>
Redirect To Checkout

Redirects the API caller to the checkout page.

Request
cURL
Response
JSON
Errors

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

Did this help?