Product Links

Create deep links to your products on the Elements Store

Elements supports deep linking to products within its built-in store.

circle-exclamation

To link to the Elements Store, use: elementsapp://storeProduct/. To link to your product, append the reverse domain name from your info.json file in your devpack.

For example, consider this info.json for the Essentials pack:

{
  "author": "Elements Platform",
  "identifier": "com.elementsplatform.essentials",
  "version": 1,
  "build": 1
}

Take the identifier value: com.elementsplatform.essentials, and append it to the store link: elementsapp://storeProduct/com.elementsplatform.essentials.

Link Example:

👉 View Essentials Pack in the Elements Storearrow-up-right

Last updated

Was this helpful?