StorefrontAccessToken

Hello,

I am utilizing the Shopify storefrontAccessToken to retrieve products on the client side. I have consulted the StorefrontAccessToken documentation on StorefrontAccessToken (shopify.dev) to craft the APIs. However, I have a question regarding the expiry of this access token. Since the document does not provide information on this topic, can anyone assist me with this?

1 Like

Hey @Namita

Sure thing - what’s your query?

I am using storefront access tokens to get the product list on the client side. My concern is about the expiry of this created storefront access token.

Hey @Namita

The Storefront access token doesn’t expire.

1 Like

Great. Thanks a lot for confirming :slightly_smiling_face: .

Does Admin API access token also not expire?

Yes, they do not expire if they are offline access token. They are created once your app is installed to a merchant store. When the merchant uninstalls the app, the offline access token gets destroyed.

https://shopify.dev/docs/apps/build/authentication-authorization/access-tokens/offline-access-tokens