A token that's used to delegate unauthenticated access scopes to clients that need to access
the unauthenticated [Storefront API](https://shopify.dev/docs/api/storefront).
An app can have a maximum of 100 active storefront access
tokens for each shop.
[Get started with the Storefront API](https://shopify.dev/docs/storefronts/headless/building-with-the-storefront-api/getting-started).
Access Scopes
Fields
accessScopes:
AccessScope! -
List of permissions associated with the token.
accessToken:
String! -
The issued public access token.
createdAt:
DateTime! -
The date and time when the public access token was created.
title:
String! -
An arbitrary title for each token determined by the developer, used for reference purposes.
updatedAt:
DateTime! -
The date and time when the storefront access token was updated.
Connections
Related queries
Related mutations
storefrontAccessTokenCreate
Creates a storefront access token for use with the [Storefront API](https://shopify.dev/docs/api/storefront).
An app can have a maximum of 100 active storefront access tokens for each shop.
[Get started with the Storefront API](https://shopify.dev/docs/storefronts/headless/building-with-the-storefront-api/getting-started).