Oauth error invalid_scope: The access scope is invalid: "read_home

i got error during access shopify api

Oauth error invalid_scope: The access scope is invalid: "read_home

Hey Adi,

The reason you are getting this error is because “read_home” is not a valid shopify api scope,

Here is the official list of supported scopes you can use to gain access to store data.

https://help.shopify.com/api/getting-started/authentication/oauth#scopes

  • Paul

https://help.shopify.com/api/getting-started/authentication/oauth#scopes link is broken

Hi @perezdf :waving_hand:

You can find the list of authenticated access scopes for the Admin API here. At this time, we do not support a read_home access scope.

Hope that helps!