I have built a marketplace using react & nodejs which is running in AWS.
I have also created a Shopify app and I have exposed one api endpoint which can be invoked from my node server.
How can I authenticate this external request, so I can access the admin apis?
My end goal is to create an api in the Remix Shopify app that will fetch products from the store and send it my node server.