switch/app

Fields

idstring required

App 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

maintainSessionboolean

This is by default false. Only mark this as true if the app you are switching to is using the same Shopify instance


Tapcart.action("switch/app", {
  "appId": "<App ID HERE>",
  "maintainSession": false
});