A CustomerAccessToken represents the unique token required to make modifications to the customer object.
Access Scopes
`unauthenticated_read_customers` access scope.
Fields
accessToken:
String! -
The customer’s access token.
expiresAt:
DateTime! -
The date and time when the customer access token expires.
Connections
Related queries
Related mutations
customerAccessTokenCreate
Creates a customer access token.
The customer access token is required to modify the customer object in any way.
customerAccessTokenCreateWithMultipass
Creates a customer access token using a
[multipass token](https://shopify.dev/api/multipass) instead of email and
password. A customer record is created if the customer doesn't exist. If a customer
record already exists but the record is disabled, then the customer record is enabled.
customerAccessTokenRenew
Renews a customer access token.
Access token renewal must happen *before* a token expires.
If a token has already expired, a new one should be created instead via `customerAccessTokenCreate`.
customerActivateByUrl
Activates a customer with the activation url received from `customerCreate`.
customerResetByUrl
"Resets a customer’s password with the reset password URL received from a reset password email. You can send a reset password email with the [`customerRecover`](https://shopify.dev/api/storefront/latest/mutations/customerRecover) mutation."
customerReset
"Resets a customer’s password with the token received from a reset password email. You can send a reset password email with the [`customerRecover`](https://shopify.dev/api/storefront/latest/mutations/customerRecover) mutation."