I have created custom app and added checkout UI extension in that app. I just want to confirm that do I need to deploy my custom application on server (AWS or any other)? Because my assumption is extensions are deployed on shopify servers like theme app extensions so should not need to deploy the app.
If we need to deploy the custom app to run our checkout UI extension then can you please let me know what URL we will set in our application APP setup section (in partner dashboard).
Yes the extension donβt need to be hosted on our servers. Extension like checkout extension will be hosted on Shopify servers using the command npm run deploy. Checkout UI is a type of extension so it will be hosted on Shopify server and no app URL will be generated for this. This comes from cdn.shopify.com. Hope this clears your question.