Skip to main content

Navigation

The Navigation API allows you navigate within and outside of your app using the HTML anchor element. It also allows you to modify the top-level browser URL with or without navigating. It does this through the History API and the Navigation API.

Examples
<a href="shopify://admin/products" target="_top">Products page</a>
Was this page helpful?