Can I create a dynamic route in an app e.g.
“https://myshop.myshopify.com/i-phone-16gb-red”
or
“https://myshop.myshopify.com/i-phone-16gb-blue”
which always points to the url
“https:// myshop.myshopify.com/i-phone-16gb”
I don’t want to use Liquid but directly from code
Thank you