I have a query: Once the Checkout UI extension code is deployed using npm run deploy, how can we retrieve the code on the Shopify server or save data within the Shopify store?
Hi @15Neha0899 , When you deploy a Checkout UI extension via npm run deploy, your extension gets bundled and published to Shopify servers, but you can’t simply pull the deployed code off the Shopify server as you might with a normal file system. Shopify treats the code as a deployed asset bound to your app and store, rather than something that you can edit or access after deployment.
You can use Shopify’s APIS to Save Data. Let me know if this works for you.