'How to get Shopify Particular Product URL using *shopify-api-node*

everyone recently I fetch all products from Shopify using shopify-api-node library.

All Products Show in Datatable

Now I want to Click on Preview to Particular Product open in my store.

Click on more option to open Popup

Here Is My Code

var test = `${process.env.REACT_APP_SHOPIFY_SHOP_NAME}`;

var FinalProductPreviewURL = `https://${test}/products/apple-iphone-13-pro-max`

Product Name :- apple-iphone-13-pro-max now it static product name but i want dynamic

Shopify Search engine listing preview Images



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source