Hi all,
I’m in the middle of creating an app in Adalo but the inbuilt database cannot handle concurrent requests and especially not with a lot of users. My app may have 300+ users trying to purchase 300 available tickets at the same time so I need to make sure the database can stay in sync and prevent overselling. I’ve asked the Shopify tech team to confirm on this point but if anyone has any experience please let me know.
Anyway.. to the question about the APIs. I want to have Shopify handle the whole order process from my app by linking from the app to Shopify and then back to the app again. I want to pass the user email (the user is logged into my app at this point) to Shopify to be used in the order that the user will make. Once the user has made the order I want to pass the user email and order details back to my app so that I can display the orders in the app for the users convenience.
In order for this to work seamlessly I need the user to not have to login to make a the purchase on Shopify (as they’re already logged into my app). Is this possible and does the above sound feasible?
Thanks for your help in advance and apologies for the novice questions.
Ash