What is the process to deploy an app for production?

Oh for that you need an authentication ‘GET’ API endpoint in your app, could be anything but it’s commonly ‘/auth’. This is the endpoint that needs to be specified in your partner dashboard’s app set up. It will be the first endpoint that gets called when a merchant installs your app from the app store. This auth process is where you’ll be able to create your session token for your app to be able to communicate with the API on a merchant’s behalf. That’s what they mean by entry point.