Does anyone has experience building a shopify app with react and remix? I am stuck need some help.
...
2 Replies
It's best to just ask your question.
Like what has you stuck
So I am currently building a shopify app with react-remix, and inside that project, I want to create a Public API endpoint, which can be called from external sites/resources, that would just return the list of all the products from the store, on which the app is installed. on Also with the API call we will also pass a Bearer token to check if the API call is authorized or not.
Please let me know if that's possible, I have written the code for it, but I am unable to call the API, I can't figure out using which URL should I call it upon.