Anchor to ShopUserAccessTokenCreatePayloadShop
payloadShop User Access Token Create Payload
Return type for mutation.
Anchor to FieldsFields
- accessToken (String)
- expiresIn (Int)
- refreshToken (String)
- tokenType (String)
- userErrors ([UserError!]!)
- Anchor to accessTokenaccess•String
Token An access token for the Shop Users API for a specific Shop user.
- Anchor to expiresInexpires•Int
In The number of seconds until the access token expires.
- Anchor to refreshTokenrefresh•String
Token A refresh token to request a new access token directly from the Shop token endpoint once the access token expires.
- Anchor to tokenTypetoken•String
Type The type of token.
- Anchor to userErrorsuser•[User
Errors Error!]! 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
- shopUserAccessTokenCreate (ShopUserAccessTokenCreatePayload)
- •mutation
Creates a Shop Users API access token for a specific Shop user.
- Anchor to emailemail•String!required
The email address of the Shop account.
Arguments
Was this section helpful?