From 3f154058bd3246a2966d7765207bf3ecfee1b847 Mon Sep 17 00:00:00 2001 From: Chukwuleta Tobechi <47084273+TChukwuleta@users.noreply.github.com> Date: Wed, 14 Jan 2026 16:15:16 +0100 Subject: [PATCH] include customer scope --- shopify.app.toml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shopify.app.toml.example b/shopify.app.toml.example index 360283e..06ea38e 100644 --- a/shopify.app.toml.example +++ b/shopify.app.toml.example @@ -8,7 +8,7 @@ embedded = true [access_scopes] # Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes -scopes = "read_orders,write_orders" +scopes = "read_orders,write_orders,read_customers" [auth] redirect_urls = ["PLUGIN_URL/checkout"]