App reviews, troubleshooting, and recommendations
Hello Devs,
I need help for customer info query.
for all customer
await admin.rest.resources.Customer.all({ session: session, ids: "207119551,1073339525", });
Single customer
await admin.rest.resources.Customer.find({ session: session, id: 207119551, });
I have to know, why need ids for all customer ? first we need to query all customer, then we can filter and find one customer. correct?
someone you explain ? or share complete code for single customer info query?
Thanks
zoynul
Solved! Go to the solution
This is an accepted solution.
Yes you can use this endpoint to get their email and then email them when they uninstall your app
hmm, but why ? 🤔🤔
actually I want to send email to merchant when app uninstall
you want to send emails to customers or merchant?
merchant
You can use the APP_UNINSTALLED webhook to do that.
Yes, I think first we need to collect merchant contact info. Correct?
This is an accepted solution.
Yes you can use this endpoint to get their email and then email them when they uninstall your app
Thanks
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025