Skip to main content
Anchor to customerAccessTokenRenew

customerAccessTokenRenew

mutation

Requires unauthenticated_write_customers access scope.

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.

•String!
required

The access token used to identify the customer.


Was this section helpful?

Anchor to CustomerAccessTokenRenewPayload returnsCustomerAccessTokenRenewPayload returns

•CustomerAccessToken

The renewed customer access token object.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?