# Learn more about configuring your app at https://shopify.dev/docs/apps/tools/cli/configuration name = "APP_NAME" client_id = "CLIENT_ID" application_url = "PLUGIN_URL" embedded = true [access_scopes] # Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes scopes = "read_orders,write_orders,read_customers" [auth] redirect_urls = ["PLUGIN_URL/checkout"] [webhooks] api_version = "2025-07"