include customer scope

This commit is contained in:
Chukwuleta Tobechi 2026-01-14 16:15:16 +01:00
parent 279280acde
commit 3f154058bd

View File

@ -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"]