createAndRedirectToCheckout( )


Creates a new checkout based on the checkout template and redirects to the new checkout page.

Before using this method, you must have a checkout template available. Create a checkout template with Create Checkout Template.

To build a URL that uses this method, follow this format: https://www.wixapis.com/ecom/v1/checkout-templates/{checkoutTemplateId}/create-and-redirect-to-checkout?siteId={siteId}

To create a checkout but not automatically redirect to the checkout page, use Create Checkout From Template.

Method Declaration
Copy
Method Parameters
checkoutTemplateIdstringRequired

ID of the checkout template to use to create a checkout.


siteIdstringRequired

ID of the site associated with the checkout template.

Returns
Return Type:Promise<RawHttpResponse>
Errors
428Failed Precondition

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?