No content to show
User Activity
I cant believe this was the problem! It works for me too.
06-10-2024
Apart from that, I need to use for this case, graphQL, how can I use it from here without getting a Forbidden error Error
06-10-2024
Thanks for the reply!In my .env I only have my Shopify api key, where can I found the api secret?
06-10-2024
I have created a Shopify app using Remix. In my api.getProducts.jsx file am trying to create an endpoint that returns the first 10 products of the shop. But from a public url. This is my actual (not-working) code: import shopify from "../shopify.se...