Skip to main content
Anchor to shopUserAccessTokenCreate

shopUserAccessTokenCreate

mutation

Creates a Shop Users API access token for a specific Shop user.

•String!
required

The email address of the Shop account.


Was this section helpful?

Anchor to ShopUserAccessTokenCreatePayload returnsShopUserAccessTokenCreatePayload returns

•String

An access token for the Shop Users API for a specific Shop user.

•Int

The number of seconds until the access token expires.

•String

A refresh token to request a new access token directly from the Shop token endpoint once the access token expires.

•String

The type of token.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?