I get the following error message when creating a new app.
Anyone know how to resolve this issue?
The following access scopes don’t have a valid authentication type: customer_write_customers, customer_read_customers, customer_read_draft_orders, customer_read_locations, customer_read_orders, customer_read_markets, and customer_read_all_orders.
For anyone still facing this issue. The reason this is happening is due to scopes that should not be visible, showing on the list.
After a back and forth with Shopify support, they were able to remove the scopes that weren’t supposed to be there for me and I was able to fix my issues.
Basically all the Customer ones (except the unauthenticated customer scopes) are now gone from the Storefront API scopes. You need to use the Admin API to do anything much with customer details.