ORGANIZATION_DISABLED after paying $19 App Store registration fee — shopify app dev still failing

I have reproduced the issue on the latest CLI version.

Yes, I am on the latest version

I have searched existing posts and this report is not a duplicate.

Yes, this isn’t a duplicate

In which of these areas are you experiencing a problem?

App

Expected behavior

shopify app dev should work now that the org is registered.

Actual behavior

Error

The BusinessPlatform GraphQL API responded unsuccessfully with the
HTTP status 403 and errors:

“[ORGANIZATION_DISABLED] Organization is locked.”

Details

Reproduction steps

Steps taken

  1. Created Partner account and ran shopify app init successfully
  2. Got ORGANIZATION_DISABLED on shopify app dev
  3. Completed App Store registration + paid $19 fee
  4. Dashboard now shows “Registered” in green
  5. Ran shopify auth logout + shopify auth login (fresh token)
  6. Still getting same ORGANIZATION_DISABLED error

Command used

shopify app dev --store tracely-test-bylkxlnr.myshopify.com

Verbose output

“[ORGANIZATION_DISABLED] Organization is locked.”

Operating system

OS: macOS (Apple Silicon M5)

CLI version

4.2.0

Shell

shopify app dev --store tracely-test-bylkxlnr.myshopify.com

Nodejs version

v24.14.0

What language and version are you using in your application?

Shopify CLI version: 4.2.0

Hi @Parikshat_Singh

I don’t believe that error is connected with the org being registered. Have you contacted direct Shopify support on this yet? I feel this will require our team to dig into the logs for their account, which we can’t do here on the public forums.

Since you’ve already contacted support, one local thing worth checking is whether this app project is still linked to a disabled organization.

If your email has access to multiple organizations, the local app config may still be tied to the blocked org. From the app root, try resetting the linked config and choose the unblocked organization when prompted:

shopify app config link --reset

Then run shopify app dev --store tracely-test-bylkxlnr.myshopify.com again. If it still returns ORGANIZATION_DISABLED after relinking, the remaining issue is likely account/org-specific and support would need to re-check that.