Anchor to AccessScopeAccess
AccessScope
object
The permission required to access a Shopify Admin API or Storefront API resource for a shop. Merchants grant access scopes that are requested by applications.
Anchor to FieldsFields
- Anchor to descriptiondescription•String!non-null
A description of the actions that the access scope allows an app to perform.
- Anchor to handlehandle•String!non-null
A readable string that represents the access scope. The string usually follows the format
{action}_{resource}
.{action}
isread
orwrite
, and{resource}
is the resource that the action can be performed on.{action}
and{resource}
are separated by an underscore. For example,or
.
Was this section helpful?