--- title: StorefrontAccessTokenCreatePayload - GraphQL Admin description: Return type for `storefrontAccessTokenCreate` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/storefrontaccesstokencreatepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/storefrontaccesstokencreatepayload.md --- # Storefront​Access​Token​Create​Payload payload Return type for `storefrontAccessTokenCreate` mutation. ## Fields * shop [Shop!](https://shopify.dev/docs/api/admin-graphql/latest/objects/Shop) non-null The user's shop. * storefront​Access​Token [Storefront​Access​Token](https://shopify.dev/docs/api/admin-graphql/latest/objects/StorefrontAccessToken) The storefront access token. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/UserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [storefront​Access​Token​Create](https://shopify.dev/docs/api/admin-graphql/latest/mutations/storefrontAccessTokenCreate) mutation 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). *** ## Map ### Mutations with this payload * [storefront​Access​Token​Create](https://shopify.dev/docs/api/admin-graphql/latest/types/storefrontAccessTokenCreate)