Customer Access Token Renew Payload
Return type for mutation.
Anchor to FieldsFields
- customerAccessToken (CustomerAccessToken)
- userErrors ([UserError!]!)
- Anchor to customerAccessTokencustomer•Customer
Access Token Access Token Token access required The renewed customer access token object.
- Anchor to userErrorsuser•[User
Errors Error!]! non-null The list of errors that occurred from executing the mutation.
Anchor to Mutations with this payloadMutations with this payload
- customerAccessTokenRenew (CustomerAccessTokenRenewPayload)
- •mutation
Extends the validity of a
before it expires. The renewed token maintains authenticated access to customer operations.Renewal must happen before the token's
time. If a token has already expired, then useto generate a new token with the customer's credentials.CautionStore access tokens securely. Never store tokens in plain text or insecure locations, and avoid exposing them in URLs or logs.
Caution:Store access tokens securely. Never store tokens in plain text or insecure locations, and avoid exposing them in URLs or logs.
Caution: Store access tokens securely. Never store tokens in plain text or insecure locations, and avoid exposing them in URLs or logs.
- Anchor to customerAccessTokencustomer•String!
Access Token required The access token used to identify the customer.
Arguments