Is it possible to use a custom URL path with full-page extensions or will that always be an arbitrary path determined by Shopify? e.g.,
/account/pages/46624314-5f9b-49e8-b416-ba92e0b7ae85
Is it possible to use a custom URL path with full-page extensions or will that always be an arbitrary path determined by Shopify? e.g.,
/account/pages/46624314-5f9b-49e8-b416-ba92e0b7ae85
Hey,
there’s currently no way to customize those URLs for extension developers.
There might be ways for merchants to adjust these in the future, but there are no concrete plans and timelines to communicate at this time.
@Robin-Shopify we are wondering is there a way to get the “46624314-5f9b-49e8-b416-ba92e0b7ae85” part (random string) so we actually know which URL has been generated by Shopify for our full page extension?
Hey,
there’s currently no API available to retrieve that information.
However, the path is the same on each store that installs your app/extension and it also never changes for an extension. As a workaround, you can grab the path from your test store and use it for other stores as well.