Consume API/request from an external server in Node Server

Consume API/request from an external server in Node Server

jasbirbuncha
Shopify Partner
1 0 0

The Shopify service we have is a node/express server, which handles requests coming from the Shopify react app/checkout ui extension that we developed. The Shopify node server then makes an external API call to my server and gets data from there, processes it, and returns it to the client side.

My server has all the services/data for business, and the Shopify server is dependent on this data to stay functional.
Currently, having the ability to send requests from the Shopify node server to my server, but to perform specific actions we need to open some endpoints on the Shopify server so that my server can communicate with it and perform its logical operations.
Reply 1 (1)

vixnguyen
Shopify Partner
45 4 5

Hi Jasbirbuncha,

What is the problem do you want to solve?