createPriceQuote( )


Creates a new price quote.

The createPriceQuote() function returns a Promise that resolves to the created price quote's ID and version when the price quote is created.

Note: The customer ID and email address listed on the price quote must match an existing contact in the site's contact list.

Method Declaration
Copy
Method Parameters
priceQuoteInfoPriceQuoteInfoRequired

The data used to create a price quote.

Returns
Return Type:Promise<Response>
Was this helpful?
Yes
No