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