Skip to main content

Default deeplinking URL that works on App

Below we are disussing the cases where the user has app installed on the device and the user clicks on the link from the browser or any other app.

URL TypeExample URLDescription
Website URLhttps://www.example.com/This takes to the home page of the app.
Collection URLhttps://www.example.com/collections/collection-nameThis takes to the collection page of the app.
Product URLhttps://www.example.com/products/product-nameThis takes to the product page of the app.
Cart URLhttps://www.example.com/cartThis takes to the cart page of the app.
Account URLhttps://www.example.com/accountThis takes to the account page of the app if user is logged in, else it takes to the login page.
Account Reset Password URLhttps://www.example.com/account/resetThis takes to the reset password page of the app.
Other Pages URLhttps://www.example.com/pages/page-nameIt opens the page in webview in the app.
Discount URLhttps://www.example.com/discount/discount-codeThis copies the discount code to the clipboard. If discount code is not present, it takes to the home page of the app.
Order URLhttps://www.example.com/order/order-idThis takes to the my account page of app if user logged in else takes to login page