switch/market
Fields
locale
• string
locale
• stringApp 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
currency
• string
currency
• stringApp 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
language
• string
language
• stringApp 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
Tapcart.action("switch/market", {
"locale": "en-US",
"currency": "usd",
"language": "en"
});
Updated 22 days ago