From 49eba5278a0841403aebb1a7100d932ffcb37cfe Mon Sep 17 00:00:00 2001 From: MOHAN Date: Fri, 3 Jul 2026 00:13:02 +0530 Subject: [PATCH] =?UTF-8?q?add=20read=5Flocations=20scope=20=E2=80=94=20re?= =?UTF-8?q?quired=20for=20locations=20query=20since=20Shopify=20API=202024?= =?UTF-8?q?-07?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shopify.app.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shopify.app.toml b/shopify.app.toml index bd4879b..1cbf4b1 100644 --- a/shopify.app.toml +++ b/shopify.app.toml @@ -19,7 +19,7 @@ api_version = "2025-04" uri = "/webhooks/app/uninstalled" [access_scopes] -scopes = "read_inventory,read_products,write_inventory,write_products,read_publications,write_publications,read_fulfillments,write_files,read_files,write_fulfillments" +scopes = "read_inventory,read_products,write_inventory,write_products,read_publications,write_publications,read_fulfillments,write_files,read_files,write_fulfillments,read_locations" [auth] redirect_urls = ["https://backend.data4autos.com/auth/callback"] # Update this line as well