I have a question regarding this use case:
- Our app has the
write_products
scope. - A staff account without any product permissions (view, create, edit) is using the app.
We are using the Resource Picker from App Bridge, but when the staff member attempts to open the Resource Picker modal, they are unable to do so. There is no error feedback for them—only an error log in the console. It can only be used when the staff have the view products permissions
Is this the expected behavior in Shopify? Since our app has the write_products
scope, we could technically build a custom Resource Picker that allows the staff to view products. Would that be a valid approach?