Deep Linking (URL Schemes)
With deep linking, you can open an item or page directly in Inventory from a web page, iOS Shortcut, or by scanning a QR code.
Last updated
Was this helpful?
With deep linking, you can open an item or page directly in Inventory from a web page, iOS Shortcut, or by scanning a QR code.
Last updated
Was this helpful?
The following URLs are supported in the Inventory app:
Item
Individual Asset Reference
(e.g.: 1234.123456.0000
)
z-inv://iar/<individual_asset_reference>
z-inv://item/<item_id>
Collection
z-inv://collection/<collection_id>
Nothing (only opens the app but do nothing)
-
z-inv://nothing
If you have multiple profiles and wish to switch to a specific profile with deep links, add ?p=<profile_id>
or ?c=<config_uuid>
at the end of the URL. For example, z-inv://iar/<individual_asset_reference>?p=a1b2c3d4
.
URL Schemes for the Nightly and Dev versions of the app (iOS only)
Use zn-inv://
for the Nightly version of the app.
Use zd-inv://
for the Dev version of the app.