How to get the URL with different products

I have some inquiries on the POSTMAN since I am still new and learning the process on the Postman itself.

If for instance, I want to do some testing on my product catalog URL (which consists of 16 products). I created a FOR loop scenario which was working. Here is the sample code illustration below.

How will I retrieve the array of products (16) and placed in the URL. Is it possible to make the URL like this http://www.sampleurl/product/{‌{PRODUCT_ID}}/Information ?? Meaning the PRODUCT_ID never changes or does not request a number (PRODUCT_ID1 to PRODUCT_ID15) every time it loads.Thank you, and I appreciate the time.

Chris