# delegateAccessTokenCreate - admin-graphql - MUTATION Version: 2024-10 ## Description 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). ### Access Scopes ## Arguments * [input](/docs/api/admin-graphql/2024-10/input-objects/DelegateAccessTokenInput): DelegateAccessTokenInput! - The input fields for creating a delegate access token. ## Returns * [delegateAccessToken](/docs/api/admin-graphql/2024-10/objects/DelegateAccessToken): DelegateAccessToken The delegate access token. * [shop](/docs/api/admin-graphql/2024-10/objects/Shop): Shop! The user's shop. * [userErrors](/docs/api/admin-graphql/2024-10/objects/DelegateAccessTokenCreateUserError): DelegateAccessTokenCreateUserError! The list of errors that occurred from executing the mutation. ## Examples