When attempting a shopifyqlQuery from within a custom app I receive the following error:
Access denied for shopifyqlQuery field. Required access:
read_reportsaccess scope,read_customersaccess scope,read_fulfillmentsaccess scope,> >read_inventoryaccess scope,read_ordersaccess scope,read_productsaccess scope andread_all_ordersaccess scope
I have all of the above scopes configured for the app and have been approved for access to the read_all_orders scope. I’m using version 2023-07 of the Graphql Admin API.
I have tried linking the app config, pushing the app config, reinstalling the app, all to no avail.
Any help would be much appreciated.