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
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025