I need to check if my merchant has the online store password enabled with the OnlineStorePasswordProtection
query. The doc says I need to request the read_online_store
access scope, but this access scope is not present in the access scopes docs, and trying to deploy my app with the read_online_store
access scope results in a validation error:
What should I do?