# customerAccessTokenRenew - storefront - MUTATION
Version: 2025-04

## Description
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`.


### Access Scopes
`unauthenticated_write_customers` access scope.


## Arguments
* [customerAccessToken](/docs/api/storefront/2025-04/scalars/String): String! - The access token used to identify the customer.


## Returns
* [customerAccessToken](/docs/api/storefront/2025-04/objects/CustomerAccessToken): CustomerAccessToken The renewed customer access token object.
* [userErrors](/docs/api/storefront/2025-04/objects/UserError): UserError! The list of errors that occurred from executing the mutation.


## Examples