How do you send app credits to a store in the new dev dashboard?

I noticed that when I open the Stores section now in existing partner dashboard, it takes me to the new dashboard with just a list of stores.

From there, I only see two things:

  • Clicking on a store logs me into that store
  • For collaborator stores, there is an option to remove collaborator access

Earlier, when clicking a store in existing partner dashboard, there used to be a proper store details page where we could see:

  • Option to send app credits to that store
  • Store details
  • Total app earnings from that store
  • App install / uninstall logs

I can’t find that page anymore in the new dashboard.

Hey @Gulam_Hussain! You’re right that the Stores section now opens the Dev Dashboard store list, and the app credit flow is separate from that path.

For app credits, the current docs still point to the Partner Dashboard search bar. The award app credits guide lists this flow:

  1. Log in to the Partner Dashboard.

  2. Search for the store name in the Partner Dashboard search bar.

  3. Select the store from the search results.

  4. On the store page, click Send beside the App credits card.

  5. Select the app, enter the currency and amount, optionally add a note, then send the credit.

The store also needs to have installed the app, and the credit amount cannot exceed the partner account’s pending payouts. I tested these steps just now in my test Org and I was not directed to the Dev Dash and was able to issue the credit as expected.

I don’t see a publicly documented Dev Dashboard entry point for this yet, so I’d use the Partner Dashboard search path for now. If you need to handle this programmatically, the Partner API appCreditCreate mutation is the API option.