Hi everyone!
I’m developing an app for the Shopify App Store and need to create a flow for synchronizing inventories and managing orders for a Shopify store.
My plan is to build a middleware using Remix that:
- Intercepts requests from Shopify related to inventories and orders.
- Processes or redirects these requests to a third-party application that will handle additional data and business logic.
Is it possible to implement this flow with Remix? If so, are there any recommendations or best practices to ensure seamless integration without compromising the app’s security or performance?
Any advice or references would be greatly appreciated. Thanks in advance!