Shopify
shopify.dev › docs › apps › build › cli-for-apps › app-configuration
App configuration
You can configure your apps locally with TOML files, then deploy your changes using Shopify CLI.
Shopify
shopify.dev › docs › apps › build › cli-for-apps › app-structure
App structure
For more details, refer to App configuration. You can use TOML files with names matching format shopify.app.{config-name}.toml to link your project to multiple Shopify apps.
Shopify Community
community.shopify.com › shopify apps
How to run shopify app locally with specific toml config file
September 26, 2025 - Hi, I am developing the app using remix and I keep on running into same issue every few days. I create a new partners org, create a store on it, install app and I can change the configurations of the app via UI by going to partners → apps → configurations.
Gadget
docs.gadget.dev › guides › plugins › shopify › advanced-topics › shopify-app-toml
Shopify App Toml - Developer Docs - Gadget
Gadget will automatically update this production TOML file when a Shopify connection configuration is set in your production environment. Additional shopify.app.<ENVIRONMENT>.toml files will be automatically added to your app when you add a new Shopify connection configuration in Gadget, and ...
GitHub
github.com › Shopify › tokengating-example-app › blob › main › shopify.app.toml
tokengating-example-app/shopify.app.toml at main · Shopify/tokengating-example-app
A Shopify example app that creates and enforces tokengated product discounts, written in Node.js - tokengating-example-app/shopify.app.toml at main · Shopify/tokengating-example-app
Author Shopify
Shopify
shopify.dev › docs › apps › build › app-extensions › configure-app-extensions
Configure app extensions
When you generate an app extension, a TOML configuration file named shopify.extension.toml is automatically generated in your app's extension directory.
GitHub
github.com › Shopify › example-app--embedded-auth--js › blob › main › shopify.app.toml
example-app--embedded-auth--js/shopify.app.toml at main · Shopify/example-app--embedded-auth--js
Example app for demonstrating authorization/authentication for embedded apps - example-app--embedded-auth--js/shopify.app.toml at main · Shopify/example-app--embedded-auth--js
Author Shopify
GitHub
github.com › ozzyonfire › shopify-next-app › blob › main › shopify.app.toml
shopify-next-app/shopify.app.toml at main · ozzyonfire/shopify-next-app
Shopify app template on Next.js with app directory - shopify-next-app/shopify.app.toml at main · ozzyonfire/shopify-next-app
Author ozzyonfire
Shopify Community
community.shopify.com › shopify apps
How do I setup my shopify.web.toml files? - Shopify Apps - Shopify ...
March 8, 2023 - Hi! I am having trouble with setting up my shopify.web.toml files for my NodeJS project, and I don’t really understand the documentation. It isn’t very clear and concise to me. So, I want my app to run under a frontend…
Shopify Community
community.shopify.com › technical q&a
Error while creating a new app: Couldn't find shopify.app.toml
August 13, 2023 - Hey all, I’m new to Shopify App development. I was following this tutorial, and created my app using the command “npm init @Shopify_77 /app@latest”. I then chose to create an app using Remix. However, when it comes to running “npm run dev”, I always get this error when trying to connect my project to an app: “Couldn’t find shopify.app.toml in [directory]”. When I look, the file is in fact under the directory specified.
Shopify Community
community.shopify.com › shopify apps
How can I update the app handle slug URL in a TOML file?
February 25, 2024 - How do i update app handle from TOML file? In this doc https://shopify.dev/docs/apps/tools/cli/configuration#global mentioned an option “handle” at the same place with “name, client_id” but when I try add this option the result when run “npm run deploy” as below: So, What schema ...
GitHub
github.com › Shopify › shopify-app-template-remix › blob › main › shopify.app.toml
shopify-app-template-remix/shopify.app.toml at main · Shopify/shopify-app-template-remix
# This file stores configurations for your Shopify app.
Author Shopify