getCheckoutByCartId( )


Retrieves the checkout associated with a specified cart.

Method Declaration
Copy
Method Parameters
_idstringRequired

Cart ID.

Returns
Return Type:Promise<GetCheckoutByCartIdResponse>
Errors

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

Did this help?