getCheckout( )


Retrieves a checkout.

The getCheckout() function returns a Promise that resolves when the specified checkout is retrieved.

Method Declaration
Copy
Method Parameters
_idstringRequired

Checkout ID.


optionsGetCheckoutOptions
Returns
Return Type:Promise<Checkout>
Errors

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

Did this help?