I am a creating a public Shopify app in NodeJS. i was trying to get the ShopID of the user when they open our installed app in their store and save that id as a cookie.
How can we achieve this ?
I am a creating a public Shopify app in NodeJS. i was trying to get the ShopID of the user when they open our installed app in their store and save that id as a cookie.
How can we achieve this ?
To be more specific i need the shopID in the front - end reactJS module that shows up on the store admin console.