getProduct( )


Gets all the information associated with the current product.

The getProduct() function returns a Promise that is resolved when all of the information about the product shown on the ProductPage is retrieved.

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:Promise<Product>
Errors

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

Did this help?