Navigates to the specified product's page.
Note: This method is supported in sites and mobile apps.
function toProduct(productId: string): Promise<void>;
ID of the product to navigate to.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.