Hello,
We are using Admin GraphQL to query Product Data and would like to migrate to Storefront API.
But looking at the docs, getting product data with Storefront API requires an additional access scope unauthenticated_read_product_listings
This is fine for new users but for all existing users they have to re-OAuth to accept the new scope. Which means we won’t be able to automatically migrate those users.
Is there any other way to access this API without requesting the additional scope for my existing users? Since the data is public I don’t understand why this scope is required anyways.