How to set up carrier service in a node.js app

Shopify system hits my callback url but does not send customer shipping data (zipcode, item weight etc). What I might be missing in my app?

Below is the call back url I registered:

“callback_url”: “https://www.MyExternalDomainName/CarrierService/GetRates

@nip34