Is it possible to build public API endpoints with React-Remix for shopify app. #10326
Unanswered
chirag-08x
asked this question in
Q&A
Replies: 1 comment
-
Yes, here are some docs on API routes and resource routes, those also works on RR. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions