Building a Shopify mobile app builder
Hey,
I'm building a Mobile App Builder for Shopify — basically a sales-channel app that turns any Shopify store into a React Native app. Multi-tenant, so one platform serving many merchants.
I'm stuck on one architecture call and would love to hear from anyone who's have experience:
Option A — Mirror everything
Sync products, collections, translations, market-based prices, inventory into my own DB via shopify product feed and bulk operation.
Option B — Direct Storefront API from the app it self since it doesn't have a rate limit
Mobile app talks straight to Storefront API.
The real question is the catalog read path.
which way would you go if you building something like this
also if you used any mobile app builder from the existing one
what was your experience with them?
Thanks