Skip to main content
Anchor to CustomerAccessTokenRenewPayload

CustomerAccessTokenRenewPayload

payload

Return type for customerAccessTokenRenew mutation.

•CustomerAccessToken

The renewed customer access token object.

•[UserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

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.


Was this section helpful?