From my understanding the digital product relies on downloading a file or item.
I'm exploring using SmartStore as the ecommerce front end to an application I'm building, but I would like to use a URL that is dynamically generated as part of the sale/order completion process.
That URL will activate the product on a subsystem via an API call.
Using the Download Product only seems to give a link to the
DownloadController/GetDownload
https://smartstore.a...al Products ESD
Is there a way to do this using the existing system or would I need to extend the Order/Product Type? eg an after Order call that can be made to generate the URL for the user before the email is sent with the link?