From b84e21b4f26081ce1c1fe0a34a5677b57269216c Mon Sep 17 00:00:00 2001 From: MOHAN Date: Sat, 22 Aug 2026 00:46:37 +0530 Subject: [PATCH] feat(app): add read_locations to access scopes Required to auto-fetch primary store location during OAuth so inventory can be assigned correctly during product imports. Co-Authored-By: Claude Sonnet 4.6 --- shopify.app.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shopify.app.toml b/shopify.app.toml index 150387f..c44ed78 100644 --- a/shopify.app.toml +++ b/shopify.app.toml @@ -21,7 +21,7 @@ api_version = "2026-07" [access_scopes] # Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes -scopes = "write_products,write_files,write_inventory,write_publications" +scopes = "write_products,write_files,write_inventory,write_publications,read_locations" [auth] redirect_urls = [ "https://racenationapi.thedomainnest.com/auth/callback" ]