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>
Was this helpful?
Yes
No