Hi, I want to merge my checkout extension code to the Shopify app can you please help me to suggest a way how we can achieve this?
Purpose: my purpose is whenever an app is installed automatically, an extension also runs provide a proper solution or share your thought as well
thank you
Hi @storetransform ,
I may be wrong…..but
In your folder structure do you have an
“extensions” folder? Because you can simply create the extension with CLI and drop the files in there. Then deploy the app using npm run shopify app deploy
Or is there something I’m missing?
Extension folder are on root directory and we shopify app deploy command run and working proper without merging anything.