sendPriceQuote( )


Sends a price quote preview link to a customer via email.

The sendPriceQuote() function returns a Promise that resolves when the price quote with the specified ID and version is sent to the customer listed on the price quote.

Use the emailOptions parameter to specify the subject and body of the email sent to the customer.

Method Declaration
Copy
Method Parameters
idIdAndVersionRequired

ID and version of the price quote to send.


emailInfoEmailInfoRequired

Information used when sending the email.

Errors

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

Did this help?