--- title: DelegateAccessTokenCreatePayload - GraphQL Admin description: Return type for `delegateAccessTokenCreate` 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/delegateaccesstokencreatepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/delegateaccesstokencreatepayload.md --- # Delegate​Access​Token​Create​Payload payload Return type for `delegateAccessTokenCreate` mutation. ## Fields * delegate​Access​Token [Delegate​Access​Token](https://shopify.dev/docs/api/admin-graphql/latest/objects/DelegateAccessToken) The delegate access token. * shop [Shop!](https://shopify.dev/docs/api/admin-graphql/latest/objects/Shop) non-null The user's shop. * user​Errors [\[Delegate​Access​Token​Create​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/DelegateAccessTokenCreateUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [delegate​Access​Token​Create](https://shopify.dev/docs/api/admin-graphql/latest/mutations/delegateAccessTokenCreate) mutation Creates a delegate access token. To learn more about creating delegate access tokens, refer to [Delegate OAuth access tokens to subsystems](https://shopify.dev/docs/apps/build/authentication-authorization/access-tokens/use-delegate-tokens). *** ## Map ### Mutations with this payload * [delegate​Access​Token​Create](https://shopify.dev/docs/api/admin-graphql/latest/types/delegateAccessTokenCreate)