how to get store email when app installing - send the email for the app setup guide

how to get store email when app installing - send the email for the app setup guide

1080
Shopify Partner
301 9 66

Hi all,

 

i have public app in node js,

 

i want to get store email when app installing - send the email for the app setup guide

 

i am using graphql API
https://shopify.dev/api/admin-graphql/2022-10/objects/Shop

 

{
shop
   {
    email,
    url
   }
}

 





Replies 0 (0)