add read_locations scope — required for locations query since Shopify API 2024-07

This commit is contained in:
MOHAN 2026-07-03 00:13:02 +05:30
parent d54bda3179
commit 49eba5278a

View File

@ -19,7 +19,7 @@ api_version = "2025-04"
uri = "/webhooks/app/uninstalled" uri = "/webhooks/app/uninstalled"
[access_scopes] [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] [auth]
redirect_urls = ["https://backend.data4autos.com/auth/callback"] # Update this line as well redirect_urls = ["https://backend.data4autos.com/auth/callback"] # Update this line as well