Hi everyone I am interested if it is possible to make requests to Shopify API directly from the front-end.
I tried to do it myself. First, I got a cors error and when I fixed it I got 401.
Is it possible to auth a front-end app to make some requests to Shopify?
For example, if I want to write an app to manage meta fields then I could make every request from javascript to avoid a network round trip.