Skip to main content
Anchor to ShopUserAccessTokenCreatePayload

ShopUserAccessTokenCreatePayload

payload

Return type for shopUserAccessTokenCreate mutation.

•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?

Anchor to Mutations with this payloadMutations with this payload

•mutation

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

Arguments

•String!
required

The email address of the Shop account.



Was this section helpful?