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.

Was this helpful?
Yes
No