Storefront Access Token
A token that's used to delegate unauthenticated access scopes to clients that need to access the unauthenticated Storefront API.
An app can have a maximum of 100 active storefront access tokens for each shop.
Anchor to FieldsFields
- Anchor to accessScopesaccess•[Access
Scopes Scope!]!non-null List of permissions associated with the token.
- Anchor to accessTokenaccess•String!non-null
Token The issued public access token.
- Anchor to createdAtcreated•Date
At Time!non-null The date and time when the public access token was created.
- •ID!non-null
A globally-unique ID.
- Anchor to titletitle•String!non-null
An arbitrary title for each token determined by the developer, used for reference purposes.
- Anchor to updatedAtupdated•Date
At Time!non-null The date and time when the storefront access token was updated.
Anchor to MutationsMutations
- •mutation
Creates a storefront access token for use with the Storefront API.
An app can have a maximum of 100 active storefront access tokens for each shop.
- Anchor to inputinput•Storefront
Access Token Input!required Provides the input fields for creating a storefront access token.
Arguments
- Anchor to shopshop•Shop!non-null
The user's shop.
- Anchor to storefrontAccessTokenstorefront•Storefront
Access Token Access Token The storefront access token.
- Anchor to userErrorsuser•[User
Errors Error!]!non-null The list of errors that occurred from executing the mutation.
Fields