Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

Anchor to StorefrontAccessToken

StorefrontAccessToken

object

A token that's used to delegate unauthenticated access scopes to clients that need to access the unauthenticated Storefront API.

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

Get started with the Storefront API.

List of permissions associated with the token.

String!non-null

The issued public access token.

DateTime!non-null

The date and time when the public access token was created.

ID!non-null

A globally-unique ID.

String!non-null

An arbitrary title for each token determined by the developer, used for reference purposes.

DateTime!non-null

The date and time when the storefront access token was updated.


Was this section helpful?

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.


Was this section helpful?

interface

Was this section helpful?