Skip to main content
Anchor to storefrontAccessTokenCreate

storefrontAccessTokenCreate

mutation

Creates a storefront access token for use with the Storefront API.

An app can have a maximum of 100 active storefront access tokens for each shop.

Get started with the Storefront API.

•StorefrontAccessTokenInput!
required

Provides the input fields for creating a storefront access token.


Was this section helpful?

Anchor to StorefrontAccessTokenCreatePayload returnsStorefrontAccessTokenCreatePayload returns

•Shop!
non-null

The user's shop.

Anchor to storefrontAccessTokenstorefrontAccessToken
•StorefrontAccessToken

The storefront access token.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?