From 569c843f36506143aa517ed80ce9af008bb31dc2 Mon Sep 17 00:00:00 2001 From: Gonzalo Riestra Date: Thu, 5 Feb 2026 17:29:13 +0100 Subject: [PATCH] Update the TOML schema --- shopify.app.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shopify.app.toml b/shopify.app.toml index fd791fb..2185623 100644 --- a/shopify.app.toml +++ b/shopify.app.toml @@ -1,5 +1,9 @@ # This file stores configurations for your Shopify app. +client_id = "" + +[access_scopes] +# Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes scopes = "write_products" [webhooks]