Deep linking consists of using a hyperlink that links to a specific piece of content within an app. The specific content could be a screen or a certain tab.
When you enter a deep link using our CMS, your app will check if it is a valid in-app link and open the targeted content. To form a deeplink, sometimes you need a piece of information from CMS like a product ID. Most of the native screens like order history, shop tab etc. will have their unique hyperlink without extra parameters needed.
The following table shows available deep links in your app.
Screen Name | Deeplink URL | Required Parameters |
Address Book Screen | addressbook |
|
Bag Tab | bag |
|
Edit My Profile Screen | editMyProfile |
|
List of Child Pages Screen | pages/{parentPageID} |
ID of the parent page can be found under Pages section |
Login Form Screen | login |
|
Lookbook | lookbook?lookbook_id={lookbookID} |
ID of the lookbook can be found under Lookbooks section |
Order History Screen | orders |
|
Page | pages/detail/{pageID} |
ID of the page can be found under Pages section |
Parent Category Screen | category/{categoryID} |
ID of the product category can be found under Products section |
Product Barcode Scan Screen | scan |
|
Product Category | products/category/{categoryID} |
ID of the product category can be found under Products section |
Product Details Screen | products/detail/{productID} |
ID of the product can be found under Products section |
Shop Tab | bag |
|
Signup Form Screen | signup |
|
Store Details Screen | stores/detail/{storeID} |
ID of the store can be found under Stores section |
Store List Screen | stores |
|
Visual Search | visual/search |
|
Wishlist Tab | wishlist |
|
Comments