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>
Errors

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

Did this help?