I’m trying to create a storefrontAccessToken using the GraphQL API. Out of frustration, I have granted all unauthenticated access scopes, but it’s still not working—I keep getting “access denied.” What access scopes are required to create a storefrontAccessToken?
My app is currently public in draft state and it’s not a sales channel. These Access scopes have been granted -
read_metaobject_definitions,read_metaobjects,read_products,unauthenticated_read_checkouts,unauthenticated_read_content,unauthenticated_read_customer_tags,unauthenticated_read_customers,unauthenticated_read_metaobjects,unauthenticated_read_product_listings,unauthenticated_read_product_tags,unauthenticated_write_checkouts,unauthenticated_write_customers,write_metaobject_definitions,write_metaobjects
This is what i’m trying
