How can I test an app with a PRO store effectively?

Topic summary

Testing an early-stage app with a store configured to behave like PRO to gain access to the read_users scope. The author asks for the best way to simulate or enable PRO-level testing for this requirement.

  • Goal: Determine how to test an app as if the store were PRO.
  • Need: Access to the read_users scope (an API permission).
  • Open question: What steps or setup enable PRO-like testing to obtain this scope?

No guidance, decisions, or outcomes are provided yet. The discussion is currently unresolved and awaits suggestions or instructions.

Summarized with AI on February 7. AI used: gpt-5.

Hi!

I’m working on an app in the early stages, and I’d like to know the best way to test with a store as if it was PRO.
The reason why is that I need access to the read_users scope.

Thanks!