Use Admin API from Frontend(Headless Commerce) to get products from Shopify
From my frontend, I'm trying to get products with Admin API(GraphQL) from Shopify with the code below: *I used "axios" on Quasar Framework and this is Headless Commerce const response = await this.$axios({ url: "https://healthy-food.myshopify.com/admin/api/2022-01/graphql.json", method: 'POST', headers: { "X-Shopify-Access-Token":…