According to https://shopify.dev/api/storefront#development_frameworks_and_sdks ,
when I’m calling out to the Storefront API using an unauthenticated request to get a list of products:
eg. https://shopify.dev/api/storefront/2022-10/objects/product
and I get a 403 response, that means my store is… forbidden and marked as fraudulent? How can this be and how can I mark it safe? It’s a development store. Thanks!
I’ve tried both queries and mutations and both have resulted in 403’s. Any suggestions appreciated, I thought as long as the app has the right scopes, we can request the unauthenticated APIs no problem?