switch/app
Fields
id
• string required
id
• string requiredApp id of the app you want to switch to. This can only be an app linked to your other accounts. Contact support to link apps by add-in to whitelist
maintainSession
• boolean
maintainSession
• booleanThis is by default false
. Only mark this as true
if the app you are switching to is using the same Shopify instance
false
. Only mark this as true
if the app you are switching to is using the same Shopify instanceTapcart.action("switch/app", {
"appId": "<App ID HERE>",
"maintainSession": false
});
Updated 9 days ago