We have built an app a Shopify App, that requests the following permissions when a user performs oAuth from our app:
read_customers, read_orders, read_all_orders, read_fulfillments, read_inventory, read_products, read_shipping, read_product_listings, read_price_rules, read_locations, read_gift_cards
(All these permissions have been granted, I have also attached a screenshot)
A user that tries to oAuth is receiving the following error:
Oauth error invalid_request: Your account does not have permission to grant the requested access for this app. You may be able to resolve this issue by installing the app as the account owner.
I am trying to understand which permission(s) REQUIRE the user to be an account owner? He confirms he is not an account owner. He has used other apps and they do NOT require that he be an account owner when authorising access.
Is there another way for a resolution of this error?
