getPriceQuote( )


Gets an existing price quote by ID.

The getPriceQuote() function returns a Promise that resolves to the price quote with the specified ID.

Method Declaration
Copy
Method Parameters
idstringRequired

The ID of the price quote to get.

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